MicrosoftGraphContentType |
MicrosoftGraphContentType.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: contentType.
|
MicrosoftGraphContentType |
MicrosoftGraphContentType.withColumnLinks(List<MicrosoftGraphColumnLink> columnLinks) |
Set the columnLinks property: The collection of columns that are required by this content type.
|
MicrosoftGraphContentType |
MicrosoftGraphContentType.withDescription(String description) |
Set the description property: The descriptive text for the item.
|
MicrosoftGraphContentType |
MicrosoftGraphContentType.withGroup(String group) |
Set the group property: The name of the group this content type belongs to.
|
MicrosoftGraphContentType |
MicrosoftGraphContentType.withHidden(Boolean hidden) |
Set the hidden property: Indicates whether the content type is hidden in the list's 'New' menu.
|
MicrosoftGraphContentType |
MicrosoftGraphContentType.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphContentType |
MicrosoftGraphContentType.withInheritedFrom(MicrosoftGraphItemReference inheritedFrom) |
Set the inheritedFrom property: itemReference.
|
MicrosoftGraphContentType |
MicrosoftGraphContentType.withName(String name) |
Set the name property: The name of the content type.
|
MicrosoftGraphContentType |
MicrosoftGraphContentType.withOrder(MicrosoftGraphContentTypeOrder order) |
Set the order property: contentTypeOrder.
|
MicrosoftGraphContentType |
MicrosoftGraphContentType.withParentId(String parentId) |
Set the parentId property: The unique identifier of the content type.
|
MicrosoftGraphContentType |
MicrosoftGraphContentType.withReadOnly(Boolean readOnly) |
Set the readOnly property: If true, the content type cannot be modified unless this value is first set to false.
|
MicrosoftGraphContentType |
MicrosoftGraphContentType.withSealed(Boolean sealed) |
Set the sealed property: If true, the content type cannot be modified by users or through push-down operations.
|