Uses of Class
com.mypurecloud.sdk.v2.model.OrganizationPresence
Packages that use OrganizationPresence
Package
Description
-
Uses of OrganizationPresence in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OrganizationPresenceModifier and TypeMethodDescriptionPresenceApi.getPresencedefinition(GetPresencedefinitionRequest request) Deprecated.PresenceApi.getPresencedefinition(String presenceId, String localeCode) Deprecated.PresenceApi.postPresencedefinitions(PostPresencedefinitionsRequest request) Deprecated.PresenceApi.postPresencedefinitions(OrganizationPresence body) Deprecated.PresenceApi.putPresencedefinition(PutPresencedefinitionRequest request) Deprecated.PresenceApi.putPresencedefinition(String presenceId, OrganizationPresence body) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type OrganizationPresenceModifier and TypeMethodDescriptionPresenceApi.getPresencedefinition(ApiRequest<Void> request) Deprecated.PresenceApiAsync.getPresencedefinitionAsync(GetPresencedefinitionRequest request, AsyncApiCallback<OrganizationPresence> callback) Deprecated.PresenceApiAsync.getPresencedefinitionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrganizationPresence>> callback) Deprecated.PresenceApi.getPresencedefinitionWithHttpInfo(String presenceId, String localeCode) Deprecated.PresenceApi.postPresencedefinitions(ApiRequest<OrganizationPresence> request) Deprecated.PresenceApiAsync.postPresencedefinitionsAsync(PostPresencedefinitionsRequest request, AsyncApiCallback<OrganizationPresence> callback) Deprecated.PresenceApiAsync.postPresencedefinitionsAsync(ApiRequest<OrganizationPresence> request, AsyncApiCallback<ApiResponse<OrganizationPresence>> callback) Deprecated.PresenceApi.postPresencedefinitionsWithHttpInfo(OrganizationPresence body) Deprecated.PresenceApi.putPresencedefinition(ApiRequest<OrganizationPresence> request) Deprecated.PresenceApiAsync.putPresencedefinitionAsync(PutPresencedefinitionRequest request, AsyncApiCallback<OrganizationPresence> callback) Deprecated.PresenceApiAsync.putPresencedefinitionAsync(ApiRequest<OrganizationPresence> request, AsyncApiCallback<ApiResponse<OrganizationPresence>> callback) Deprecated.PresenceApi.putPresencedefinitionWithHttpInfo(String presenceId, OrganizationPresence body) Deprecated.Methods in com.mypurecloud.sdk.v2.api with parameters of type OrganizationPresenceModifier and TypeMethodDescriptionPresenceApi.postPresencedefinitions(OrganizationPresence body) Deprecated.PresenceApi.postPresencedefinitionsWithHttpInfo(OrganizationPresence body) Deprecated.PresenceApi.putPresencedefinition(String presenceId, OrganizationPresence body) Deprecated.PresenceApi.putPresencedefinitionWithHttpInfo(String presenceId, OrganizationPresence body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OrganizationPresenceModifier and TypeMethodDescriptionPresenceApiAsync.getPresencedefinitionAsync(GetPresencedefinitionRequest request, AsyncApiCallback<OrganizationPresence> callback) Deprecated.PresenceApiAsync.getPresencedefinitionAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrganizationPresence>> callback) Deprecated.PresenceApi.postPresencedefinitions(ApiRequest<OrganizationPresence> request) Deprecated.PresenceApiAsync.postPresencedefinitionsAsync(PostPresencedefinitionsRequest request, AsyncApiCallback<OrganizationPresence> callback) Deprecated.PresenceApiAsync.postPresencedefinitionsAsync(ApiRequest<OrganizationPresence> request, AsyncApiCallback<ApiResponse<OrganizationPresence>> callback) Deprecated.PresenceApiAsync.postPresencedefinitionsAsync(ApiRequest<OrganizationPresence> request, AsyncApiCallback<ApiResponse<OrganizationPresence>> callback) Deprecated.PresenceApi.putPresencedefinition(ApiRequest<OrganizationPresence> request) Deprecated.PresenceApiAsync.putPresencedefinitionAsync(PutPresencedefinitionRequest request, AsyncApiCallback<OrganizationPresence> callback) Deprecated.PresenceApiAsync.putPresencedefinitionAsync(ApiRequest<OrganizationPresence> request, AsyncApiCallback<ApiResponse<OrganizationPresence>> callback) Deprecated.PresenceApiAsync.putPresencedefinitionAsync(ApiRequest<OrganizationPresence> request, AsyncApiCallback<ApiResponse<OrganizationPresence>> callback) Deprecated. -
Uses of OrganizationPresence in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OrganizationPresenceModifier and TypeMethodDescriptionPostPresencedefinitionsRequest.getBody()PutPresencedefinitionRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OrganizationPresenceModifier and TypeMethodDescriptionPostPresencedefinitionsRequest.withHttpInfo()PutPresencedefinitionRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type OrganizationPresenceModifier and TypeMethodDescriptionPostPresencedefinitionsRequest.builder(OrganizationPresence body) PutPresencedefinitionRequest.builder(String presenceId, OrganizationPresence body) voidPostPresencedefinitionsRequest.setBody(OrganizationPresence body) voidPutPresencedefinitionRequest.setBody(OrganizationPresence body) PostPresencedefinitionsRequest.Builder.withBody(OrganizationPresence body) PostPresencedefinitionsRequest.withBody(OrganizationPresence body) PutPresencedefinitionRequest.Builder.withBody(OrganizationPresence body) PutPresencedefinitionRequest.withBody(OrganizationPresence body) PostPresencedefinitionsRequest.Builder.withRequiredParams(OrganizationPresence body) PutPresencedefinitionRequest.Builder.withRequiredParams(String presenceId, OrganizationPresence body) -
Uses of OrganizationPresence in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrganizationPresenceModifier and TypeMethodDescriptionOrganizationPresence.createdDate(Date createdDate) Date time is represented as an ISO-8601 string.OrganizationPresence.deactivated(Boolean deactivated) ChatPresence.getOrganizationPresence()OrganizationPresence.languageLabels(Map<String, String> languageLabels) The label used for the system presence in each specified languageOrganizationPresence.modifiedBy(User modifiedBy) OrganizationPresence.modifiedDate(Date modifiedDate) Date time is represented as an ISO-8601 string.OrganizationPresence.systemPresence(String systemPresence) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type OrganizationPresenceModifier and TypeMethodDescriptionOrganizationPresenceEntityListing.getEntities()UserMe.getPresenceDefinitions()Methods in com.mypurecloud.sdk.v2.model with parameters of type OrganizationPresenceModifier and TypeMethodDescriptionChatPresence.organizationPresence(OrganizationPresence organizationPresence) voidChatPresence.setOrganizationPresence(OrganizationPresence organizationPresence) Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type OrganizationPresenceModifier and TypeMethodDescriptionOrganizationPresenceEntityListing.entities(List<OrganizationPresence> entities) voidOrganizationPresenceEntityListing.setEntities(List<OrganizationPresence> entities)