java.lang.Object
com.amilesend.onedrive.resource.site.type.ListInfo

public class ListInfo extends Object
Describes a list

API Documentation.

See Also:
  • Method Details

    • builder

      public static ListInfo.ListInfoBuilder 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

      public String getTemplate()
      Represents the base list template used for the list. Example values (but not limited to):
      • documentLibrary
      • genericList
      • task
      • survey
      • announcements
      • contacts
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object