Package com.mypurecloud.sdk.v2.model
Class ExternalOrganizationIdentifierClaimRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.ExternalOrganizationIdentifierClaimRequest
- All Implemented Interfaces:
Serializable
ExternalOrganizationIdentifierClaimRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe operation to perform claim/release -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()identifier(ExternalOrganizationIdentifier identifier) The identifier that should be claimed/released from an external orgThe operation to perform claim/releasevoidsetIdentifier(ExternalOrganizationIdentifier identifier) voidtoString()
-
Constructor Details
-
ExternalOrganizationIdentifierClaimRequest
public ExternalOrganizationIdentifierClaimRequest() -
ExternalOrganizationIdentifierClaimRequest
-
-
Method Details
-
operation
public ExternalOrganizationIdentifierClaimRequest operation(ExternalOrganizationIdentifierClaimRequest.OperationEnum operation) The operation to perform claim/release -
getOperation
-
setOperation
-
identifier
public ExternalOrganizationIdentifierClaimRequest identifier(ExternalOrganizationIdentifier identifier) The identifier that should be claimed/released from an external org -
getIdentifier
-
setIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-