你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphListInfo Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphListInfo
- com.
Implements
public final class MicrosoftGraphListInfo
implements JsonSerializable<MicrosoftGraphListInfo>
listInfo.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphListInfo() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Boolean |
contentTypesEnabled()
Get the content |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Boolean |
hidden()
Get the hidden property: If true, indicates that the list is not normally visible in the Share |
String |
template()
Get the template property: An enumerated value that represents the base list template used in creating the list. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withContentTypesEnabled(Boolean contentTypesEnabled)
Set the content |
Microsoft |
withHidden(Boolean hidden)
Set the hidden property: If true, indicates that the list is not normally visible in the Share |
Microsoft |
withTemplate(String template)
Set the template property: An enumerated value that represents the base list template used in creating the list. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphListInfo
public MicrosoftGraphListInfo()
Creates an instance of MicrosoftGraphListInfo class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: listInfo.
Returns:
contentTypesEnabled
public Boolean contentTypesEnabled()
Get the contentTypesEnabled property: If true, indicates that content types are enabled for this list.
Returns:
fromJson
public static MicrosoftGraphListInfo fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphListInfo from the JsonReader.
Parameters:
Returns:
Throws:
hidden
public Boolean hidden()
Get the hidden property: If true, indicates that the list is not normally visible in the SharePoint user experience.
Returns:
template
public String template()
Get the template property: An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphListInfo withAdditionalProperties(Map
Set the additionalProperties property: listInfo.
Parameters:
Returns:
withContentTypesEnabled
public MicrosoftGraphListInfo withContentTypesEnabled(Boolean contentTypesEnabled)
Set the contentTypesEnabled property: If true, indicates that content types are enabled for this list.
Parameters:
Returns:
withHidden
public MicrosoftGraphListInfo withHidden(Boolean hidden)
Set the hidden property: If true, indicates that the list is not normally visible in the SharePoint user experience.
Parameters:
Returns:
withTemplate
public MicrosoftGraphListInfo withTemplate(String template)
Set the template property: An enumerated value that represents the base list template used in creating the list. Possible values include documentLibrary, genericList, task, survey, announcements, contacts, and more.
Parameters:
Returns: