Uses of Class
com.mypurecloud.sdk.v2.model.TrustCreate
Packages that use TrustCreate
Package
Description
-
Uses of TrustCreate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TrustCreateModifier and TypeMethodDescriptionOrganizationAuthorizationApi.postOrgauthorizationTrustees(TrustCreate body) Create a new organization authorization trust.OrganizationAuthorizationApi.postOrgauthorizationTrusteesWithHttpInfo(TrustCreate body) Create a new organization authorization trust.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TrustCreateModifier and TypeMethodDescriptionOrganizationAuthorizationApi.postOrgauthorizationTrustees(ApiRequest<TrustCreate> request) Create a new organization authorization trust.OrganizationAuthorizationApiAsync.postOrgauthorizationTrusteesAsync(ApiRequest<TrustCreate> request, AsyncApiCallback<ApiResponse<Trustee>> callback) Create a new organization authorization trust. -
Uses of TrustCreate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TrustCreateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TrustCreateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type TrustCreateModifier and TypeMethodDescriptionPostOrgauthorizationTrusteesRequest.builder(TrustCreate body) voidPostOrgauthorizationTrusteesRequest.setBody(TrustCreate body) PostOrgauthorizationTrusteesRequest.Builder.withBody(TrustCreate body) PostOrgauthorizationTrusteesRequest.withBody(TrustCreate body) PostOrgauthorizationTrusteesRequest.Builder.withRequiredParams(TrustCreate body) -
Uses of TrustCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TrustCreateModifier and TypeMethodDescriptionTrustCreate.dateExpired(Date dateExpired) The expiration date of the trust.If disabled no trustee user will have access, even if they were previously added.TrustCreate.groups(List<TrustMemberCreate> groups) The list of groups and their roles to which access will be granted.The pairing Id created by the trustee.TrustCreate.users(List<TrustMemberCreate> users) The list of users and their roles to which access will be granted.