public static class Share.CreateGroupShareBuilder extends Object
Share with the necessary fields to create a ShareType.GROUP Share.
You must set groupId| Constructor and Description |
|---|
CreateGroupShareBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Share |
build()
Builds the
Share object. |
AccessLevel |
getAccessLevel()
Gets the access level.
|
Long |
getGroupId()
Gets the group Id.
|
Share.CreateGroupShareBuilder |
setAccessLevel(AccessLevel accessLevel)
Access level for this specific share.
|
Share.CreateGroupShareBuilder |
setGroupId(Long groupId)
Group Id for this share.
|
public Share.CreateGroupShareBuilder setAccessLevel(AccessLevel accessLevel)
accessLevel - the access levelpublic Share.CreateGroupShareBuilder setGroupId(Long groupId)
groupId - the group Id.public AccessLevel getAccessLevel()
public Long getGroupId()
Copyright © 2014–2019 Smartsheet. All rights reserved.