Class ListInfo
java.lang.Object
com.amilesend.onedrive.resource.site.type.ListInfo
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ListInfo.ListInfoBuilderbuilder()booleanRepresents the base list template used for the list.inthashCode()booleanIndicates that content types are enabled for the list.booleanisHidden()Indicates if the list is hidden from view.toString()
-
Method Details
-
builder
-
isContentTypesEnabled
public boolean isContentTypesEnabled()Indicates that content types are enabled for the list. -
isHidden
public boolean isHidden()Indicates if the list is hidden from view. -
getTemplate
Represents the base list template used for the list. Example values (but not limited to):- documentLibrary
- genericList
- task
- survey
- announcements
- contacts
-
equals
-
hashCode
-
toString
-