Uses of Class
com.mypurecloud.sdk.v2.model.TrustUpdate
Packages that use TrustUpdate
Package
Description
-
Uses of TrustUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TrustUpdateModifier and TypeMethodDescriptionOrganizationAuthorizationApi.putOrgauthorizationTrustee(String trusteeOrgId, TrustUpdate body) Update Org TrustOrganizationAuthorizationApi.putOrgauthorizationTrusteeWithHttpInfo(String trusteeOrgId, TrustUpdate body) Update Org TrustMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TrustUpdateModifier and TypeMethodDescriptionOrganizationAuthorizationApi.putOrgauthorizationTrustee(ApiRequest<TrustUpdate> request) Update Org TrustOrganizationAuthorizationApiAsync.putOrgauthorizationTrusteeAsync(ApiRequest<TrustUpdate> request, AsyncApiCallback<ApiResponse<Trustee>> callback) Update Org Trust -
Uses of TrustUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TrustUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TrustUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type TrustUpdateModifier and TypeMethodDescriptionPutOrgauthorizationTrusteeRequest.builder(String trusteeOrgId, TrustUpdate body) voidPutOrgauthorizationTrusteeRequest.setBody(TrustUpdate body) PutOrgauthorizationTrusteeRequest.Builder.withBody(TrustUpdate body) PutOrgauthorizationTrusteeRequest.withBody(TrustUpdate body) PutOrgauthorizationTrusteeRequest.Builder.withRequiredParams(String trusteeOrgId, TrustUpdate body) -
Uses of TrustUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrustUpdateModifier and TypeMethodDescriptionTrustUpdate.dateExpired(Date dateExpired) The expiration date of the trust.If disabled no trustee user will have access, even if they were previously added.