Uses of Class
com.mypurecloud.sdk.v2.model.CreateShareResponse
Packages that use CreateShareResponse
-
Uses of CreateShareResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CreateShareResponseModifier and TypeMethodDescriptionContentManagementApi.postContentmanagementShares(PostContentmanagementSharesRequest request) Creates a new share or updates an existing share if the entity has already been sharedContentManagementApi.postContentmanagementShares(CreateShareRequest body) Creates a new share or updates an existing share if the entity has already been sharedMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type CreateShareResponseModifier and TypeMethodDescriptionContentManagementApi.postContentmanagementShares(ApiRequest<CreateShareRequest> request) Creates a new share or updates an existing share if the entity has already been sharedContentManagementApiAsync.postContentmanagementSharesAsync(PostContentmanagementSharesRequest request, AsyncApiCallback<CreateShareResponse> callback) Creates a new share or updates an existing share if the entity has already been sharedContentManagementApiAsync.postContentmanagementSharesAsync(ApiRequest<CreateShareRequest> request, AsyncApiCallback<ApiResponse<CreateShareResponse>> callback) Creates a new share or updates an existing share if the entity has already been sharedContentManagementApi.postContentmanagementSharesWithHttpInfo(CreateShareRequest body) Creates a new share or updates an existing share if the entity has already been sharedMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type CreateShareResponseModifier and TypeMethodDescriptionContentManagementApiAsync.postContentmanagementSharesAsync(PostContentmanagementSharesRequest request, AsyncApiCallback<CreateShareResponse> callback) Creates a new share or updates an existing share if the entity has already been sharedContentManagementApiAsync.postContentmanagementSharesAsync(ApiRequest<CreateShareRequest> request, AsyncApiCallback<ApiResponse<CreateShareResponse>> callback) Creates a new share or updates an existing share if the entity has already been shared -
Uses of CreateShareResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateShareResponseModifier and TypeMethodDescriptionCreateShareResponse.member(DomainEntityRef member) CreateShareResponse.memberType(CreateShareResponse.MemberTypeEnum memberType) CreateShareResponse.sharedBy(DomainEntityRef sharedBy) CreateShareResponse.sharedEntity(DomainEntityRef sharedEntity) CreateShareResponse.sharedEntityType(CreateShareResponse.SharedEntityTypeEnum sharedEntityType) CreateShareResponse.workspace(DomainEntityRef workspace)