你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphPersonOrGroupColumn Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPersonOrGroupColumn
- com.
Implements
public final class MicrosoftGraphPersonOrGroupColumn
implements JsonSerializable<MicrosoftGraphPersonOrGroupColumn>
personOrGroupColumn.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphPersonOrGroupColumn() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Boolean |
allowMultipleSelection()
Get the allow |
String |
chooseFromType()
Get the choose |
String |
displayAs()
Get the display |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAllowMultipleSelection(Boolean allowMultipleSelection)
Set the allow |
Microsoft |
withChooseFromType(String chooseFromType)
Set the choose |
Microsoft |
withDisplayAs(String displayAs)
Set the display |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPersonOrGroupColumn
public MicrosoftGraphPersonOrGroupColumn()
Creates an instance of MicrosoftGraphPersonOrGroupColumn class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: personOrGroupColumn.
Returns:
allowMultipleSelection
public Boolean allowMultipleSelection()
Get the allowMultipleSelection property: Indicates whether multiple values can be selected from the source.
Returns:
chooseFromType
public String chooseFromType()
Get the chooseFromType property: Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.
Returns:
displayAs
public String displayAs()
Get the displayAs property: How to display the information about the person or group chosen. See below.
Returns:
fromJson
public static MicrosoftGraphPersonOrGroupColumn fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPersonOrGroupColumn from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphPersonOrGroupColumn withAdditionalProperties(Map
Set the additionalProperties property: personOrGroupColumn.
Parameters:
Returns:
withAllowMultipleSelection
public MicrosoftGraphPersonOrGroupColumn withAllowMultipleSelection(Boolean allowMultipleSelection)
Set the allowMultipleSelection property: Indicates whether multiple values can be selected from the source.
Parameters:
Returns:
withChooseFromType
public MicrosoftGraphPersonOrGroupColumn withChooseFromType(String chooseFromType)
Set the chooseFromType property: Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.
Parameters:
Returns:
withDisplayAs
public MicrosoftGraphPersonOrGroupColumn withDisplayAs(String displayAs)
Set the displayAs property: How to display the information about the person or group chosen. See below.
Parameters:
Returns: