Class LocationConstraintItem

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

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

    • resolveAvailability

      @SerializedName(value="resolveAvailability", alternate="ResolveAvailability") @Expose @Nullable public Boolean resolveAvailability
      The Resolve Availability. If set to true and the specified resource is busy, findMeetingTimes looks for another resource that is free. If set to false and the specified resource is busy, findMeetingTimes returns the resource best ranked in the user's cache without checking if it's free. Default is true.
  • Constructor Details

    • LocationConstraintItem

      public LocationConstraintItem()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Location
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to