Uses of Class
com.mypurecloud.sdk.v2.model.FeatureState
Packages that use FeatureState
Package
Description
-
Uses of FeatureState in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type FeatureStateModifier and TypeMethodDescriptionOrganizationApi.patchOrganizationsFeature(String featureName, FeatureState enabled) Update organizationOrganizationApi.patchOrganizationsFeatureWithHttpInfo(String featureName, FeatureState enabled) Update organizationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type FeatureStateModifier and TypeMethodDescriptionOrganizationApi.patchOrganizationsFeature(ApiRequest<FeatureState> request) Update organizationOrganizationApiAsync.patchOrganizationsFeatureAsync(ApiRequest<FeatureState> request, AsyncApiCallback<ApiResponse<OrganizationFeatures>> callback) Update organization -
Uses of FeatureState in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return FeatureStateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type FeatureStateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type FeatureStateModifier and TypeMethodDescriptionPatchOrganizationsFeatureRequest.builder(String featureName, FeatureState enabled) voidPatchOrganizationsFeatureRequest.setEnabled(FeatureState enabled) PatchOrganizationsFeatureRequest.Builder.withEnabled(FeatureState enabled) PatchOrganizationsFeatureRequest.withEnabled(FeatureState enabled) PatchOrganizationsFeatureRequest.Builder.withRequiredParams(String featureName, FeatureState enabled) -
Uses of FeatureState in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FeatureState