Uses of Class
com.mypurecloud.sdk.v2.model.SecondaryPresence
Packages that use SecondaryPresence
-
Uses of SecondaryPresence in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SecondaryPresenceModifier and TypeMethodDescriptionSecondaryPresenceLookupItem.getSecondaryPresence()The globally unique identifier for the object.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type SecondaryPresenceModifier and TypeMethodDescriptionActivityCodeSummary.getSecondaryPresences()BusinessUnitActivityCode.getSecondaryPresences()CreateActivityCodeRequest.getSecondaryPresences()ListWrapperSecondaryPresence.getValues()Methods in com.mypurecloud.sdk.v2.model with parameters of type SecondaryPresenceModifier and TypeMethodDescriptionSecondaryPresenceLookupItem.secondaryPresence(SecondaryPresence secondaryPresence) The secondary presence IdvoidSecondaryPresenceLookupItem.setSecondaryPresence(SecondaryPresence secondaryPresence) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type SecondaryPresenceModifier and TypeMethodDescriptionActivityCodeSummary.secondaryPresences(List<SecondaryPresence> secondaryPresences) The secondary presences of this activity code.BusinessUnitActivityCode.secondaryPresences(List<SecondaryPresence> secondaryPresences) The secondary presences of this activity codeCreateActivityCodeRequest.secondaryPresences(List<SecondaryPresence> secondaryPresences) The secondary presences of this activity codevoidActivityCodeSummary.setSecondaryPresences(List<SecondaryPresence> secondaryPresences) voidBusinessUnitActivityCode.setSecondaryPresences(List<SecondaryPresence> secondaryPresences) voidCreateActivityCodeRequest.setSecondaryPresences(List<SecondaryPresence> secondaryPresences) voidListWrapperSecondaryPresence.setValues(List<SecondaryPresence> values) ListWrapperSecondaryPresence.values(List<SecondaryPresence> values)