GroupContractProperties Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.GroupContractProperties
- com.
public class GroupContractProperties
Group contract Properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| GroupContractProperties() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Boolean |
builtIn()
Get true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false. |
| java.lang.String |
description()
Get group description. |
| java.lang.String |
displayName()
Get group name. |
| java.lang.String |
externalId()
Get for external groups, this property contains the id of the group from the external identity provider, e. |
|
Group |
type()
Get group type. |
|
Group |
withDescription(String description)
Set group description. |
|
Group |
withDisplayName(String displayName)
Set group name. |
|
Group |
withExternalId(String externalId)
Set for external groups, this property contains the id of the group from the external identity provider, e. |
|
Group |
withType(GroupType type)
Set group type. |
Methods inherited from java.lang.Object
Constructor Details
GroupContractProperties
public GroupContractProperties()
Method Details
builtIn
public Boolean builtIn()
Get true if the group is one of the three system groups (Administrators, Developers, or Guests); otherwise false.
Returns:
description
public String description()
Get group description. Can contain HTML formatting tags.
Returns:
displayName
public String displayName()
Get group name.
Returns:
externalId
public String externalId()
Get for external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null.
Returns:
type
public GroupType type()
Get group type. Possible values include: 'custom', 'system', 'external'.
Returns:
withDescription
public GroupContractProperties withDescription(String description)
Set group description. Can contain HTML formatting tags.
Parameters:
Returns:
withDisplayName
public GroupContractProperties withDisplayName(String displayName)
Set group name.
Parameters:
Returns:
withExternalId
public GroupContractProperties withExternalId(String externalId)
Set for external groups, this property contains the id of the group from the external identity provider, e.g. for Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`; otherwise the value is null.
Parameters:
Returns:
withType
public GroupContractProperties withType(GroupType type)
Set group type. Possible values include: 'custom', 'system', 'external'.
Parameters:
Returns: