Class LocationConstraint

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

public class LocationConstraint extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Location Constraint.
  • Field Details

    • oDataType

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

      @SerializedName(value="isRequired", alternate="IsRequired") @Expose @Nullable public Boolean isRequired
      The Is Required. The client requests the service to include in the response a meeting location for the meeting. If this is true and all the resources are busy, findMeetingTimes will not return any meeting time suggestions. If this is false and all the resources are busy, findMeetingTimes would still look for meeting times without locations.
    • locations

      @SerializedName(value="locations", alternate="Locations") @Expose @Nullable public List<LocationConstraintItem> locations
      The Locations. Constraint information for one or more locations that the client requests for the meeting.
    • suggestLocation

      @SerializedName(value="suggestLocation", alternate="SuggestLocation") @Expose @Nullable public Boolean suggestLocation
      The Suggest Location. The client requests the service to suggest one or more meeting locations.
  • Constructor Details

    • LocationConstraint

      public LocationConstraint()
  • 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