Uses of Class
com.mypurecloud.sdk.v2.model.GroupCreate
Packages that use GroupCreate
Package
Description
-
Uses of GroupCreate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GroupCreateModifier and TypeMethodDescriptionGroupsApi.postGroups(GroupCreate body) Create a groupGroupsApi.postGroupsWithHttpInfo(GroupCreate body) Create a groupMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type GroupCreateModifier and TypeMethodDescriptionGroupsApi.postGroups(ApiRequest<GroupCreate> request) Create a groupGroupsApiAsync.postGroupsAsync(ApiRequest<GroupCreate> request, AsyncApiCallback<ApiResponse<Group>> callback) Create a group -
Uses of GroupCreate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GroupCreateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type GroupCreateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type GroupCreateModifier and TypeMethodDescriptionstatic PostGroupsRequest.BuilderPostGroupsRequest.builder(GroupCreate body) voidPostGroupsRequest.setBody(GroupCreate body) PostGroupsRequest.Builder.withBody(GroupCreate body) PostGroupsRequest.withBody(GroupCreate body) PostGroupsRequest.Builder.withRequiredParams(GroupCreate body) -
Uses of GroupCreate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GroupCreateModifier and TypeMethodDescriptionGroupCreate.addresses(List<GroupContact> addresses) GroupCreate.callsEnabled(Boolean callsEnabled) Allow calls to be placed to this group.GroupCreate.description(String description) GroupCreate.includeOwners(Boolean includeOwners) Allow owners to be included as members of the groupThe group name.Owners of the groupGroupCreate.rolesEnabled(Boolean rolesEnabled) Allow roles to be assigned to this groupGroupCreate.rulesVisible(Boolean rulesVisible) Are membership rules visible to the person requesting to view the groupGroupCreate.type(GroupCreate.TypeEnum type) Type of group.GroupCreate.visibility(GroupCreate.VisibilityEnum visibility) Who can view this group