public class IpNamedLocation extends NamedLocation implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.util.List<IpRange> |
ipRanges
The Ip Ranges.
|
java.lang.Boolean |
isTrusted
The Is Trusted.
|
createdDateTime, displayName, modifiedDateTime| Constructor and Description |
|---|
IpNamedLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="ipRanges",
alternate="IpRanges")
@Expose
@Nullable
public java.util.List<IpRange> ipRanges
@SerializedName(value="isTrusted",
alternate="IsTrusted")
@Expose
@Nullable
public java.lang.Boolean isTrusted
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class NamedLocationserializer - the serializerjson - the JSON object to set this object to