Uses of Class
com.microsoft.graph.models.DeviceConfigurationAssignment
Packages that use DeviceConfigurationAssignment
-
Uses of DeviceConfigurationAssignment in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeviceConfigurationAssignmentModifier and TypeMethodDescriptionDeviceConfigurationAssignment.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type DeviceConfigurationAssignmentModifier and TypeMethodDescriptionDeviceConfiguration.getAssignments()Gets the assignments property value.DeviceConfigurationAssignmentCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type DeviceConfigurationAssignmentModifier and TypeMethodDescriptionvoidDeviceConfiguration.setAssignments(List<DeviceConfigurationAssignment> value) Sets the assignments property value.voidDeviceConfigurationAssignmentCollectionResponse.setValue(List<DeviceConfigurationAssignment> value) Sets the value property value.