Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementResourceAccessProfileIntent
-
Packages that use DeviceManagementResourceAccessProfileIntent Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementResourceAccessProfileIntent in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceManagementResourceAccessProfileIntent Modifier and Type Field Description protected DeviceManagementResourceAccessProfileIntentDeviceManagementResourceAccessProfileAssignment. intentMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementResourceAccessProfileIntent Modifier and Type Method Description Optional<DeviceManagementResourceAccessProfileIntent>DeviceManagementResourceAccessProfileAssignment. getIntent()“The assignment intent for the resource access profile.”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementResourceAccessProfileIntent Modifier and Type Method Description DeviceManagementResourceAccessProfileAssignment.BuilderDeviceManagementResourceAccessProfileAssignment.Builder. intent(DeviceManagementResourceAccessProfileIntent intent)“The assignment intent for the resource access profile.”DeviceManagementResourceAccessProfileAssignmentDeviceManagementResourceAccessProfileAssignment. withIntent(DeviceManagementResourceAccessProfileIntent intent)Returns an immutable copy ofthiswith just theintentfield changed. -
Uses of DeviceManagementResourceAccessProfileIntent in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementResourceAccessProfileIntent Modifier and Type Method Description static DeviceManagementResourceAccessProfileIntentDeviceManagementResourceAccessProfileIntent. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementResourceAccessProfileIntent[]DeviceManagementResourceAccessProfileIntent. values()Returns an array containing the constants of this enum type, in the order they are declared.
-