Uses of Class
com.mypurecloud.sdk.v2.model.OrganizationPresenceEntityListing
Packages that use OrganizationPresenceEntityListing
-
Uses of OrganizationPresenceEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OrganizationPresenceEntityListingModifier and TypeMethodDescriptionPresenceApi.getPresencedefinitions(GetPresencedefinitionsRequest request) Deprecated.PresenceApi.getPresencedefinitions(Integer pageNumber, Integer pageSize, String deleted, String localeCode) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OrganizationPresenceEntityListingModifier and TypeMethodDescriptionPresenceApi.getPresencedefinitions(ApiRequest<Void> request) Deprecated.PresenceApiAsync.getPresencedefinitionsAsync(GetPresencedefinitionsRequest request, AsyncApiCallback<OrganizationPresenceEntityListing> callback) Deprecated.PresenceApiAsync.getPresencedefinitionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrganizationPresenceEntityListing>> callback) Deprecated.PresenceApi.getPresencedefinitionsWithHttpInfo(Integer pageNumber, Integer pageSize, String deleted, String localeCode) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OrganizationPresenceEntityListingModifier and TypeMethodDescriptionPresenceApiAsync.getPresencedefinitionsAsync(GetPresencedefinitionsRequest request, AsyncApiCallback<OrganizationPresenceEntityListing> callback) Deprecated.PresenceApiAsync.getPresencedefinitionsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrganizationPresenceEntityListing>> callback) Deprecated. -
Uses of OrganizationPresenceEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrganizationPresenceEntityListingModifier and TypeMethodDescriptionOrganizationPresenceEntityListing.entities(List<OrganizationPresence> entities) OrganizationPresenceEntityListing.pageNumber(Integer pageNumber) OrganizationPresenceEntityListing.previousUri(String previousUri)