Uses of Class
com.mypurecloud.sdk.v2.model.Share
Packages that use Share
-
Uses of Share in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ShareModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementShare(GetContentmanagementShareRequest request) Retrieve details about an existing share.ContentManagementApi.getContentmanagementShare(String shareId, List<String> expand) Retrieve details about an existing share.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ShareModifier and TypeMethodDescriptionContentManagementApi.getContentmanagementShare(ApiRequest<Void> request) Retrieve details about an existing share.ContentManagementApiAsync.getContentmanagementShareAsync(GetContentmanagementShareRequest request, AsyncApiCallback<Share> callback) Retrieve details about an existing share.ContentManagementApiAsync.getContentmanagementShareAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Share>> callback) Retrieve details about an existing share.ContentManagementApi.getContentmanagementShareWithHttpInfo(String shareId, List<String> expand) Retrieve details about an existing share.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ShareModifier and TypeMethodDescriptionContentManagementApiAsync.getContentmanagementShareAsync(GetContentmanagementShareRequest request, AsyncApiCallback<Share> callback) Retrieve details about an existing share.ContentManagementApiAsync.getContentmanagementShareAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<Share>> callback) Retrieve details about an existing share. -
Uses of Share in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ShareModifier and TypeMethodDescriptionSharedResponse.getShare()Share.member(DomainEntityRef member) Share.memberType(Share.MemberTypeEnum memberType) Share.sharedBy(DomainEntityRef sharedBy) Share.sharedEntity(DomainEntityRef sharedEntity) Share.sharedEntityType(Share.SharedEntityTypeEnum sharedEntityType) Share.workspace(DomainEntityRef workspace) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ShareModifier and TypeMethodDescriptionShareEntityListing.getEntities()CreateShareResponse.getFailed()CreateShareResponse.getSucceeded()Methods in com.mypurecloud.sdk.v2.model with parameters of type ShareModifier and TypeMethodDescriptionvoidMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ShareModifier and TypeMethodDescriptionvoidShareEntityListing.setEntities(List<Share> entities) voidvoidCreateShareResponse.setSucceeded(List<Share> succeeded)