Uses of Class
com.mypurecloud.sdk.v2.model.CallbackIdentifier
Packages that use CallbackIdentifier
-
Uses of CallbackIdentifier in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallbackIdentifierModifier and TypeMethodDescriptionThe identifier of the callbackCallbackIdentifier.type(CallbackIdentifier.TypeEnum type) The type of the associated callback participantMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type CallbackIdentifierModifier and TypeMethodDescriptionCreateCallbackResponse.getCallbackIdentifiers()PatchCallbackResponse.getCallbackIdentifiers()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type CallbackIdentifierModifier and TypeMethodDescriptionCreateCallbackResponse.callbackIdentifiers(List<CallbackIdentifier> callbackIdentifiers) The list of communication identifiers for the callback participantsPatchCallbackResponse.callbackIdentifiers(List<CallbackIdentifier> callbackIdentifiers) The list of communication identifiers for the callback participantsvoidCreateCallbackResponse.setCallbackIdentifiers(List<CallbackIdentifier> callbackIdentifiers) voidPatchCallbackResponse.setCallbackIdentifiers(List<CallbackIdentifier> callbackIdentifiers)