Uses of Class
com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
Packages that use ContentType.ContentTypeBuilder
-
Uses of ContentType.ContentTypeBuilder in com.amilesend.onedrive.resource.site.type
Methods in com.amilesend.onedrive.resource.site.type that return ContentType.ContentTypeBuilderModifier and TypeMethodDescriptionContentType.builder()ContentType.ContentTypeBuilder.columnLinks(List<ColumnLink> columnLinks) The list of columns that are required by this content type.ContentType.ContentTypeBuilder.description(String description) The item description.The group name that this type belongs to.ContentType.ContentTypeBuilder.hidden(boolean hidden) Indicates if the content type is hidden.The content type identifier.ContentType.ContentTypeBuilder.inheritedFrom(ItemReference inheritedFrom) Describes if this type is inherited from another type (like a site that contains the type).The content type name.ContentType.ContentTypeBuilder.order(ContentTypeOrder order) Describes the order that the content type appears in the UI.The parent content type identifier.ContentType.ContentTypeBuilder.readOnly(boolean readOnly) Indicates if this content type is mutable.ContentType.ContentTypeBuilder.sealed(boolean sealed) Indicates if the content type is only mutable by administrators.