Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphContentType
Packages that use MicrosoftGraphContentType
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphContentType in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphContentTypeModifier and TypeMethodDescriptionMicrosoftGraphContentType.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: contentType.MicrosoftGraphContentType.withColumnLinks(List<MicrosoftGraphColumnLink> columnLinks) Set the columnLinks property: The collection of columns that are required by this content type.MicrosoftGraphContentType.withDescription(String description) Set the description property: The descriptive text for the item.Set the group property: The name of the group this content type belongs to.MicrosoftGraphContentType.withHidden(Boolean hidden) Set the hidden property: Indicates whether the content type is hidden in the list's 'New' menu.Set the id property: Read-only.MicrosoftGraphContentType.withInheritedFrom(MicrosoftGraphItemReference inheritedFrom) Set the inheritedFrom property: itemReference.Set the name property: The name of the content type.MicrosoftGraphContentType.withOrder(MicrosoftGraphContentTypeOrder order) Set the order property: contentTypeOrder.MicrosoftGraphContentType.withParentId(String parentId) Set the parentId property: The unique identifier of the content type.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.withSealed(Boolean sealed) Set the sealed property: If true, the content type cannot be modified by users or through push-down operations.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphContentTypeModifier and TypeMethodDescriptionMicrosoftGraphList.contentTypes()Get the contentTypes property: The collection of content types present in this list.MicrosoftGraphSite.contentTypes()Get the contentTypes property: The collection of content types defined for this site.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphContentTypeModifier and TypeMethodDescriptionMicrosoftGraphList.withContentTypes(List<MicrosoftGraphContentType> contentTypes) Set the contentTypes property: The collection of content types present in this list.MicrosoftGraphSite.withContentTypes(List<MicrosoftGraphContentType> contentTypes) Set the contentTypes property: The collection of content types defined for this site.