public class ExistingActiveDirectoryGroupSuggestionJson extends BaseJson
Constructor and Description |
---|
ExistingActiveDirectoryGroupSuggestionJson() |
Modifier and Type | Method and Description |
---|---|
String |
getActiveDirectoryGroupGuid()
Guid of the suggested group
|
String |
getActiveDirectoryUUID()
The active directory uuid
|
String |
getDescription()
Description of the group
|
String |
getLocation()
The location
|
String |
getName()
The group's name
|
Integer |
getNumberOfWorkspacesMemberships() |
boolean |
isIsSecurityGroup()
True if this is a security group, False if not
|
boolean |
isSecurityGroup()
Deprecated.
|
void |
setActiveDirectoryGroupGuid(String activeDirectoryGroupGuid)
Guid of the suggested group
|
void |
setActiveDirectoryUUID(String activeDirectoryUUID)
The active directory uuid
|
void |
setDescription(String description)
Description of the group
|
void |
setIsSecurityGroup(boolean isSecurityGroup)
True if this is a security group, False if not
|
void |
setLocation(String location)
The location
|
void |
setName(String name)
The group's name
|
void |
setNumberOfWorkspacesMemberships(Integer numberOfWorkspacesMemberships) |
void |
setSecurityGroup(boolean isSecurityGroup)
Deprecated.
|
getObjType, setObjType, toString
public ExistingActiveDirectoryGroupSuggestionJson()
public Integer getNumberOfWorkspacesMemberships()
public void setNumberOfWorkspacesMemberships(Integer numberOfWorkspacesMemberships)
public String getActiveDirectoryUUID()
public void setActiveDirectoryUUID(String activeDirectoryUUID)
activeDirectoryUUID
- The active directory uuidpublic boolean isIsSecurityGroup()
@Deprecated public boolean isSecurityGroup()
public void setIsSecurityGroup(boolean isSecurityGroup)
isSecurityGroup
- True if this is a security group, False if not@Deprecated public void setSecurityGroup(boolean isSecurityGroup)
isSecurityGroup
- True if this is a security group, False if notpublic String getName()
public void setName(String name)
name
- The group's namepublic String getDescription()
public void setDescription(String description)
description
- Description of the grouppublic String getLocation()
public void setLocation(String location)
location
- The locationpublic String getActiveDirectoryGroupGuid()
public void setActiveDirectoryGroupGuid(String activeDirectoryGroupGuid)
activeDirectoryGroupGuid
- Guid of the suggested groupCopyright © 2019. All rights reserved.