Class ContentType
java.lang.Object
com.amilesend.onedrive.resource.site.type.ContentType
Describes the SharePoint content type. This enables the definition of a set of required columns that
are present on every item in a list.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanThe list of columns that are required by this content type.The item description.getGroup()The group name that this type belongs to.getId()The content type identifier.Describes if this type is inherited from another type (like a site that contains the type).getName()The content type name.getOrder()Describes the order that the content type appears in the UI.The parent content type identifier.inthashCode()booleanisHidden()Indicates if the content type is hidden.booleanIndicates if this content type is mutable.booleanisSealed()Indicates if the content type is only mutable by administrators.toString()
-
Method Details
-
builder
-
getDescription
The item description. -
getGroup
The group name that this type belongs to. -
isHidden
public boolean isHidden()Indicates if the content type is hidden. -
getId
The content type identifier. -
getInheritedFrom
Describes if this type is inherited from another type (like a site that contains the type). -
getName
The content type name. -
getOrder
Describes the order that the content type appears in the UI. -
getParentId
The parent content type identifier. -
isReadOnly
public boolean isReadOnly()Indicates if this content type is mutable. -
isSealed
public boolean isSealed()Indicates if the content type is only mutable by administrators. -
getColumnLinks
The list of columns that are required by this content type. -
equals
-
hashCode
public int hashCode() -
toString
-