| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
RequestServerVersion |
UnifiedMessagingService.getRequestServerVersion()
Gets the versioning information that identifies the schema version to target for a request.
|
RequestServerVersion |
Service.getRequestServerVersion()
Gets the versioning information that identifies the schema version to target for a request.
|
RequestServerVersion |
AutodiscoverService.getRequestServerVersion()
Gets the versioning information that identifies the schema version to target for a request.
|
static RequestServerVersion |
RequestServerVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequestServerVersion[] |
RequestServerVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnifiedMessagingService.setRequestServerVersion(RequestServerVersion requestServerVersion)
Sets the versioning information that identifies the schema version to target for a request.
|
void |
Service.setRequestServerVersion(RequestServerVersion requestServerVersion)
Sets the versioning information that identifies the schema version to target for a request.
|
void |
AutodiscoverService.setRequestServerVersion(RequestServerVersion requestServerVersion)
Sets the versioning information that identifies the schema version to target for a request.
|