Class IpNamedLocation

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class IpNamedLocation extends NamedLocation implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ip Named Location.
  • Field Details

    • ipRanges

      @SerializedName(value="ipRanges", alternate="IpRanges") @Expose @Nullable public List<IpRange> ipRanges
      The Ip Ranges. List of IP address ranges in IPv4 CIDR format (e.g. 1.2.3.4/32) or any allowable IPv6 format from IETF RFC596. Required.
    • isTrusted

      @SerializedName(value="isTrusted", alternate="IsTrusted") @Expose @Nullable public Boolean isTrusted
      The Is Trusted. true if this location is explicitly trusted. Optional. Default value is false.
  • Constructor Details

    • IpNamedLocation

      public IpNamedLocation()
  • 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 NamedLocation
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to