Uses of Class
odata.msgraph.client.entity.ManagedDeviceMobileAppConfigurationAssignment
-
Packages that use ManagedDeviceMobileAppConfigurationAssignment Package Description odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of ManagedDeviceMobileAppConfigurationAssignment in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ManagedDeviceMobileAppConfigurationAssignment Modifier and Type Field Description protected List<ManagedDeviceMobileAppConfigurationAssignment>ManagedDeviceMobileAppConfiguration. assignmentsMethods in odata.msgraph.client.entity that return ManagedDeviceMobileAppConfigurationAssignment Modifier and Type Method Description ManagedDeviceMobileAppConfigurationAssignmentManagedDeviceMobileAppConfigurationAssignment.Builder. build()ManagedDeviceMobileAppConfigurationAssignmentManagedDeviceMobileAppConfigurationAssignment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ManagedDeviceMobileAppConfigurationAssignmentManagedDeviceMobileAppConfigurationAssignment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ManagedDeviceMobileAppConfigurationAssignmentManagedDeviceMobileAppConfigurationAssignment. withTarget(DeviceAndAppManagementAssignmentTarget target)Returns an immutable copy ofthiswith just thetargetfield changed.ManagedDeviceMobileAppConfigurationAssignmentManagedDeviceMobileAppConfigurationAssignment. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type ManagedDeviceMobileAppConfigurationAssignment Modifier and Type Method Description IosMobileAppConfiguration.BuilderIosMobileAppConfiguration.Builder. assignments(ManagedDeviceMobileAppConfigurationAssignment... assignments)Method parameters in odata.msgraph.client.entity with type arguments of type ManagedDeviceMobileAppConfigurationAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnManagedDeviceMobileAppConfiguration. assign(List<ManagedDeviceMobileAppConfigurationAssignment> assignments)IosMobileAppConfiguration.BuilderIosMobileAppConfiguration.Builder. assignments(List<ManagedDeviceMobileAppConfigurationAssignment> assignments)ManagedDeviceMobileAppConfigurationManagedDeviceMobileAppConfiguration. withAssignments(List<ManagedDeviceMobileAppConfigurationAssignment> assignments)Returns an immutable copy ofthiswith just theassignmentsfield changed. -
Uses of ManagedDeviceMobileAppConfigurationAssignment in odata.msgraph.client.entity.request
Method parameters in odata.msgraph.client.entity.request with type arguments of type ManagedDeviceMobileAppConfigurationAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnManagedDeviceMobileAppConfigurationRequest. assign(List<ManagedDeviceMobileAppConfigurationAssignment> assignments)
-