| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Class and Description |
|---|---|
class |
CircularGeofenceManagementCondition
“Contains the information to define a circular geo-fence management condition, an
area of interest, to monitor.”
|
class |
LocationManagementCondition
“Contains the information to define a location management condition, an area of
interest, to monitor.”
|
class |
NetworkIPv4ConfigurationManagementCondition
“IPv4 configuration-based management conditions may be defined that will trigger
when a device detects certain IP network settings.
|
class |
NetworkIPv6ConfigurationManagementCondition
“IPv6 DHCP server addresses may not be matched.
|
class |
NetworkManagementCondition
“Contains the information to define a network management condition.”
|
| Modifier and Type | Method and Description |
|---|---|
ManagementCondition |
ManagementCondition.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ManagementCondition |
ManagementCondition.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ManagementCondition |
ManagementCondition.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
ManagementCondition |
ManagementCondition.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
ManagementCondition |
ManagementCondition.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
ManagementCondition |
ManagementCondition.withETag(String eTag)
Returns an immutable copy of
this with just the eTag field
changed. |
ManagementCondition |
ManagementCondition.withModifiedDateTime(OffsetDateTime modifiedDateTime)
Returns an immutable copy of
this with just the modifiedDateTime
field changed. |
ManagementCondition |
ManagementCondition.withUniqueName(String uniqueName)
Returns an immutable copy of
this with just the uniqueName field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagementCondition> |
ManagementConditionCollectionRequest.getManagementConditionsForPlatform(DevicePlatformType platform) |
Copyright © 2018–2020. All rights reserved.