Class PersonOrGroupColumn

java.lang.Object
com.microsoft.graph.models.PersonOrGroupColumn
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PersonOrGroupColumn extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Person Or Group Column.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • allowMultipleSelection

      @SerializedName(value="allowMultipleSelection", alternate="AllowMultipleSelection") @Expose @Nullable public Boolean allowMultipleSelection
      The Allow Multiple Selection. Indicates whether multiple values can be selected from the source.
    • chooseFromType

      @SerializedName(value="chooseFromType", alternate="ChooseFromType") @Expose @Nullable public String chooseFromType
      The Choose From Type. Whether to allow selection of people only, or people and groups. Must be one of peopleAndGroups or peopleOnly.
    • displayAs

      @SerializedName(value="displayAs", alternate="DisplayAs") @Expose @Nullable public String displayAs
      The Display As. How to display the information about the person or group chosen. See below.
  • Constructor Details

    • PersonOrGroupColumn

      public PersonOrGroupColumn()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to