Uses of Class
odata.msgraph.client.beta.entity.DeviceManagementIntent
-
Packages that use DeviceManagementIntent Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.entity.request -
-
Uses of DeviceManagementIntent in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DeviceManagementIntent Modifier and Type Method Description DeviceManagementIntentDeviceManagementIntent.Builder. build()DeviceManagementIntentDeviceManagementIntent. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeviceManagementIntentDeviceManagementIntent. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeviceManagementIntentDeviceManagementIntent. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.DeviceManagementIntentDeviceManagementIntent. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.DeviceManagementIntentDeviceManagementIntent. withIsAssigned(Boolean isAssigned)Returns an immutable copy ofthiswith just theisAssignedfield changed.DeviceManagementIntentDeviceManagementIntent. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.DeviceManagementIntentDeviceManagementIntent. withRoleScopeTagIds(List<String> roleScopeTagIds)Returns an immutable copy ofthiswith just theroleScopeTagIdsfield changed.DeviceManagementIntentDeviceManagementIntent. withTemplateId(String templateId)Returns an immutable copy ofthiswith just thetemplateIdfield changed.DeviceManagementIntentDeviceManagementIntent. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementIntent Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DeviceManagementIntent>DeviceManagementIntent. createCopy(String displayName)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DeviceManagementIntent>DeviceManagementTemplate. createInstance(String displayName, String description, List<DeviceManagementSettingInstance> settingsDelta, List<String> roleScopeTagIds) -
Uses of DeviceManagementIntent in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type DeviceManagementIntent Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<DeviceManagementIntent>DeviceManagementTemplateCollectionRequest. importOffice365DeviceConfigurationPolicies() -
Uses of DeviceManagementIntent in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type DeviceManagementIntent Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DeviceManagementIntent>DeviceManagementIntentRequest. createCopy(String displayName)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DeviceManagementIntent>DeviceManagementTemplateRequest. createInstance(String displayName, String description, List<DeviceManagementSettingInstance> settingsDelta, List<String> roleScopeTagIds)
-