Package com.mypurecloud.sdk.v2.model
Class GroupCreate
java.lang.Object
com.mypurecloud.sdk.v2.model.GroupCreate
- All Implemented Interfaces:
Serializable
GroupCreate
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumActive, inactive, or deleted state.static enumType of 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()getType()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) voidsetType(GroupCreate.TypeEnum type) voidsetVisibility(GroupCreate.VisibilityEnum visibility) toString()type(GroupCreate.TypeEnum type) Type of group.visibility(GroupCreate.VisibilityEnum visibility) Who can view this group
-
Constructor Details
-
GroupCreate
public GroupCreate() -
GroupCreate
-
-
Method Details
-
getId
-
name
The group name. -
getName
-
setName
-
description
-
getDescription
-
setDescription
-
getDateModified
-
getMemberCount
-
getState
-
getVersion
-
type
Type of group. -
getType
-
setType
-
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
-