Uses of Class
odata.msgraph.client.beta.entity.ManagementCondition
-
Packages that use ManagementCondition Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of ManagementCondition in odata.msgraph.client.beta.entity
Subclasses of ManagementCondition in odata.msgraph.client.beta.entity Modifier and Type Class Description classCircularGeofenceManagementCondition“Contains the information to define a circular geo-fence management condition, an area of interest, to monitor.”classLocationManagementCondition“Contains the information to define a location management condition, an area of interest, to monitor.”classNetworkIPv4ConfigurationManagementCondition“IPv4 configuration-based management conditions may be defined that will trigger when a device detects certain IP network settings.classNetworkIPv6ConfigurationManagementCondition“IPv6 DHCP server addresses may not be matched.classNetworkManagementCondition“Contains the information to define a network management condition.”Methods in odata.msgraph.client.beta.entity that return ManagementCondition Modifier and Type Method Description ManagementConditionManagementCondition. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ManagementConditionManagementCondition. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ManagementConditionManagementCondition. withApplicablePlatforms(List<DevicePlatformType> applicablePlatforms)Returns an immutable copy ofthiswith just theapplicablePlatformsfield changed.ManagementConditionManagementCondition. withCreatedDateTime(OffsetDateTime createdDateTime)Returns an immutable copy ofthiswith just thecreatedDateTimefield changed.ManagementConditionManagementCondition. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.ManagementConditionManagementCondition. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.ManagementConditionManagementCondition. withETag(String eTag)Returns an immutable copy ofthiswith just theeTagfield changed.ManagementConditionManagementCondition. withModifiedDateTime(OffsetDateTime modifiedDateTime)Returns an immutable copy ofthiswith just themodifiedDateTimefield changed.ManagementConditionManagementCondition. withUniqueName(String uniqueName)Returns an immutable copy ofthiswith just theuniqueNamefield changed.ManagementConditionManagementCondition. withUnmappedField(String name, String value) -
Uses of ManagementCondition in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type ManagementCondition Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ManagementCondition>ManagementConditionCollectionRequest. getManagementConditionsForPlatform(DevicePlatformType platform)
-