Uses of Class
com.mypurecloud.sdk.v2.model.GroupUpdate
Packages that use GroupUpdate
Package
Description
-
Uses of GroupUpdate in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GroupUpdateModifier and TypeMethodDescriptionGroupsApi.putGroup(String groupId, GroupUpdate body) Update groupGroupsApi.putGroupWithHttpInfo(String groupId, GroupUpdate body) Update groupMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type GroupUpdateModifier and TypeMethodDescriptionGroupsApi.putGroup(ApiRequest<GroupUpdate> request) Update groupGroupsApiAsync.putGroupAsync(ApiRequest<GroupUpdate> request, AsyncApiCallback<ApiResponse<Group>> callback) Update group -
Uses of GroupUpdate in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GroupUpdateMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type GroupUpdateMethods in com.mypurecloud.sdk.v2.api.request with parameters of type GroupUpdateModifier and TypeMethodDescriptionvoidPutGroupRequest.setBody(GroupUpdate body) PutGroupRequest.Builder.withBody(GroupUpdate body) PutGroupRequest.withBody(GroupUpdate body) -
Uses of GroupUpdate in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GroupUpdateModifier and TypeMethodDescriptionGroupUpdate.addresses(List<GroupContact> addresses) GroupUpdate.callsEnabled(Boolean callsEnabled) Allow calls to be placed to this group.GroupUpdate.description(String description) GroupUpdate.includeOwners(Boolean includeOwners) Allow owners to be included as members of the groupThe group name.Owners of the groupGroupUpdate.rolesEnabled(Boolean rolesEnabled) Allow roles to be assigned to this groupGroupUpdate.rulesVisible(Boolean rulesVisible) Are membership rules visible to the person requesting to view the groupGroupUpdate.state(GroupUpdate.StateEnum state) State of the group.Current version for this resource.GroupUpdate.visibility(GroupUpdate.VisibilityEnum visibility) Who can view this group