public class PermittedEntityToUserJson extends BaseJson
Constructor and Description |
---|
PermittedEntityToUserJson() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
The address of the entity, email address for user, for
groups/distribution-lists use the name field when referring back to the
API.
|
EntityType |
getEntityType()
The Entity type
|
String |
getIdentifier()
Only for workspace groups - another identifier to add to the group.
|
String |
getName()
The entity's name, for groups/distribution-lists use this field when
calling other APIs.
|
void |
setAddress(String address)
The address of the entity, email address for user, for
groups/distribution-lists use the name field when referring back to the
API.
|
void |
setEntityType(EntityType entityType)
The Entity type
|
void |
setIdentifier(String identifier)
Only for workspace groups - another identifier to add to the group.
|
void |
setName(String name)
The entity's name, for groups/distribution-lists use this field when
calling other APIs.
|
getObjType, setObjType, toString
public String getIdentifier()
public void setIdentifier(String identifier)
identifier
- Only for workspace groups - another identifier to add
to the group. Groups can be found by their name or by the identifier.public String getAddress()
public void setAddress(String address)
address
- The address of the entity, email address for user, for
groups/distribution-lists use the name field when referring back to the
API.public EntityType getEntityType()
public void setEntityType(EntityType entityType)
entityType
- The Entity typepublic String getName()
public void setName(String name)
name
- The entity's name, for groups/distribution-lists use this
field when calling other APIs.Copyright © 2019. All rights reserved.