Uses of Class
odata.msgraph.client.beta.entity.DeviceCategory
-
Packages that use DeviceCategory Package Description odata.msgraph.client.beta.entity -
-
Uses of DeviceCategory in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DeviceCategory Modifier and Type Method Description DeviceCategoryDeviceCategory.Builder. build()DeviceCategoryDeviceCategory. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeviceCategoryDeviceCategory. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeviceCategoryDeviceCategory. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.DeviceCategoryDeviceCategory. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.DeviceCategoryDeviceCategory. withRoleScopeTagIds(List<String> roleScopeTagIds)Returns an immutable copy ofthiswith just theroleScopeTagIdsfield changed.DeviceCategoryDeviceCategory. withUnmappedField(String name, String value)
-