Uses of Class
com.mypurecloud.sdk.v2.model.OrganizationFeatures
Packages that use OrganizationFeatures
-
Uses of OrganizationFeatures in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OrganizationFeaturesModifier and TypeMethodDescriptionOrganizationApi.patchOrganizationsFeature(PatchOrganizationsFeatureRequest request) Update organizationOrganizationApi.patchOrganizationsFeature(String featureName, FeatureState enabled) Update organizationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type OrganizationFeaturesModifier and TypeMethodDescriptionOrganizationApi.patchOrganizationsFeature(ApiRequest<FeatureState> request) Update organizationOrganizationApiAsync.patchOrganizationsFeatureAsync(PatchOrganizationsFeatureRequest request, AsyncApiCallback<OrganizationFeatures> callback) Update organizationOrganizationApiAsync.patchOrganizationsFeatureAsync(ApiRequest<FeatureState> request, AsyncApiCallback<ApiResponse<OrganizationFeatures>> callback) Update organizationOrganizationApi.patchOrganizationsFeatureWithHttpInfo(String featureName, FeatureState enabled) Update organizationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type OrganizationFeaturesModifier and TypeMethodDescriptionOrganizationApiAsync.patchOrganizationsFeatureAsync(PatchOrganizationsFeatureRequest request, AsyncApiCallback<OrganizationFeatures> callback) Update organizationOrganizationApiAsync.patchOrganizationsFeatureAsync(ApiRequest<FeatureState> request, AsyncApiCallback<ApiResponse<OrganizationFeatures>> callback) Update organization -
Uses of OrganizationFeatures in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrganizationFeaturesModifier and TypeMethodDescriptionOrganizationFeatures.contactCenter(Boolean contactCenter) OrganizationFeatures.informalPhotos(Boolean informalPhotos) OrganizationFeatures.purecloudVoice(Boolean purecloudVoice) OrganizationFeatures.realtimeCIC(Boolean realtimeCIC) OrganizationFeatures.unifiedCommunications(Boolean unifiedCommunications) OrganizationFeatures.xmppFederation(Boolean xmppFederation)