Uses of Class
com.mypurecloud.sdk.v2.model.CreateShareRequest
Packages that use CreateShareRequest
Package
Description
-
Uses of CreateShareRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type CreateShareRequestModifier and TypeMethodDescriptionContentManagementApi.postContentmanagementShares(CreateShareRequest body) 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 CreateShareRequestModifier and TypeMethodDescriptionContentManagementApi.postContentmanagementShares(ApiRequest<CreateShareRequest> request) 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 CreateShareRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return CreateShareRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type CreateShareRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type CreateShareRequestModifier and TypeMethodDescriptionPostContentmanagementSharesRequest.builder(CreateShareRequest body) voidPostContentmanagementSharesRequest.setBody(CreateShareRequest body) PostContentmanagementSharesRequest.Builder.withBody(CreateShareRequest body) PostContentmanagementSharesRequest.withBody(CreateShareRequest body) PostContentmanagementSharesRequest.Builder.withRequiredParams(CreateShareRequest body) -
Uses of CreateShareRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CreateShareRequestModifier and TypeMethodDescriptionCreateShareRequest.member(SharedEntity member) The member that will have access to this share.CreateShareRequest.members(List<CreateShareRequestMember> members) CreateShareRequest.memberType(CreateShareRequest.MemberTypeEnum memberType) CreateShareRequest.sharedEntity(SharedEntity sharedEntity) The entity that will be sharedCreateShareRequest.sharedEntityType(CreateShareRequest.SharedEntityTypeEnum sharedEntityType) The share entity type