Uses of Class
odata.msgraph.client.beta.entity.RoleScopeTagAutoAssignment
-
Packages that use RoleScopeTagAutoAssignment Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of RoleScopeTagAutoAssignment in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return RoleScopeTagAutoAssignment Modifier and Type Method Description RoleScopeTagAutoAssignmentRoleScopeTagAutoAssignment.Builder. build()RoleScopeTagAutoAssignmentRoleScopeTagAutoAssignment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.RoleScopeTagAutoAssignmentRoleScopeTagAutoAssignment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).RoleScopeTagAutoAssignmentRoleScopeTagAutoAssignment. withTarget(DeviceAndAppManagementAssignmentTarget target)Returns an immutable copy ofthiswith just thetargetfield changed.RoleScopeTagAutoAssignmentRoleScopeTagAutoAssignment. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type RoleScopeTagAutoAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTagAutoAssignment>RoleScopeTag. assign(List<RoleScopeTagAutoAssignment> assignments)Method parameters in odata.msgraph.client.beta.entity with type arguments of type RoleScopeTagAutoAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTagAutoAssignment>RoleScopeTag. assign(List<RoleScopeTagAutoAssignment> assignments) -
Uses of RoleScopeTagAutoAssignment in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type RoleScopeTagAutoAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTagAutoAssignment>RoleScopeTagRequest. assign(List<RoleScopeTagAutoAssignment> assignments)Method parameters in odata.msgraph.client.beta.entity.request with type arguments of type RoleScopeTagAutoAssignment Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTagAutoAssignment>RoleScopeTagRequest. assign(List<RoleScopeTagAutoAssignment> assignments)
-