Package com.mypurecloud.sdk.v2.model
Class GroupUpdate
java.lang.Object
com.mypurecloud.sdk.v2.model.GroupUpdate
- All Implemented Interfaces:
Serializable
GroupUpdate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState of the group.static enumWho can view this group -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddresses(List<GroupContact> addresses) callsEnabled(Boolean callsEnabled) Allow calls to be placed to this group.description(String description) booleangetId()getName()getState()inthashCode()includeOwners(Boolean includeOwners) Allow owners to be included as members of the groupThe group name.Owners of the grouprolesEnabled(Boolean rolesEnabled) Allow roles to be assigned to this grouprulesVisible(Boolean rulesVisible) Are membership rules visible to the person requesting to view the groupvoidsetAddresses(List<GroupContact> addresses) voidsetCallsEnabled(Boolean callsEnabled) voidsetDescription(String description) voidvoidsetIncludeOwners(Boolean includeOwners) voidvoidsetOwnerIds(List<String> ownerIds) voidsetRolesEnabled(Boolean rolesEnabled) voidsetRulesVisible(Boolean rulesVisible) voidsetState(GroupUpdate.StateEnum state) voidsetVersion(Integer version) voidsetVisibility(GroupUpdate.VisibilityEnum visibility) state(GroupUpdate.StateEnum state) State of the group.toString()Current version for this resource.visibility(GroupUpdate.VisibilityEnum visibility) Who can view this group
-
Constructor Details
-
GroupUpdate
public GroupUpdate() -
GroupUpdate
-
-
Method Details
-
getId
-
name
The group name. -
getName
-
setName
-
description
-
getDescription
-
setDescription
-
state
State of the group. -
getState
-
setState
-
version
Current version for this resource. -
getVersion
-
setVersion
-
images
-
getImages
-
setImages
-
addresses
-
getAddresses
-
setAddresses
-
rulesVisible
Are membership rules visible to the person requesting to view the group -
getRulesVisible
-
setRulesVisible
-
visibility
Who can view this group -
getVisibility
-
setVisibility
-
rolesEnabled
Allow roles to be assigned to this group -
getRolesEnabled
-
setRolesEnabled
-
includeOwners
Allow owners to be included as members of the group -
getIncludeOwners
-
setIncludeOwners
-
callsEnabled
Allow calls to be placed to this group. -
getCallsEnabled
-
setCallsEnabled
-
ownerIds
Owners of the group -
getOwnerIds
-
setOwnerIds
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-