Class PersonOrGroupColumn

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

public class PersonOrGroupColumn extends Object
Indicates that the column's value represent a person or group from the directory.

API Documentation.

See Also:
  • Method Details

    • builder

    • isAllowMultipleSelection

      public boolean isAllowMultipleSelection()
      Indicates if multiple values can be selected.
    • getDisplayAs

      public String getDisplayAs()
      How the information about the person or group should be shown. Valid values (but not limited to):
      • account
      • department
      • firstName
      • id
      • lastName
      • mobilePhone
      • name
      • nameWithPictureAndDetails
      • nameWithPresence
      • office
      • pictureOnly36x36
      • pictureOnly48x48
      • pictureOnly72x72
      • sipAddress
      • title
      • userName
      • workEmail
      • workPhone
    • getChooseFromType

      public String getChooseFromType()
      The permitted selection constraint. Valid values:
      • peopleAndGroups
      • peopleOnly
    • 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