Uses of Class
odata.msgraph.client.beta.complex.RolePermission
-
Packages that use RolePermission Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of RolePermission in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return RolePermission Modifier and Type Method Description RolePermissionRolePermission.Builder. build()RolePermissionRolePermission. withUnmappedField(String name, String value) -
Uses of RolePermission in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type RolePermission Modifier and Type Field Description protected List<RolePermission>RoleDefinition. permissionsprotected List<RolePermission>RoleDefinition. rolePermissionsMethods in odata.msgraph.client.beta.entity that return types with arguments of type RolePermission Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RolePermission>DeviceManagement. getEffectivePermissions_Function(String scope)com.github.davidmoten.odata.client.CollectionPage<RolePermission>RoleDefinition. getPermissions()“List of Role Permissions this role is allowed to perform.com.github.davidmoten.odata.client.CollectionPage<RolePermission>RoleDefinition. getPermissions(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of Role Permissions this role is allowed to perform.com.github.davidmoten.odata.client.CollectionPage<RolePermission>RoleDefinition. getRolePermissions()“List of Role Permissions this role is allowed to perform.com.github.davidmoten.odata.client.CollectionPage<RolePermission>RoleDefinition. getRolePermissions(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of Role Permissions this role is allowed to perform.Methods in odata.msgraph.client.beta.entity with parameters of type RolePermission Modifier and Type Method Description DeviceAndAppManagementRoleDefinition.BuilderDeviceAndAppManagementRoleDefinition.Builder. permissions(RolePermission... permissions)RoleDefinition.BuilderRoleDefinition.Builder. permissions(RolePermission... permissions)“List of Role Permissions this role is allowed to perform.DeviceAndAppManagementRoleDefinition.BuilderDeviceAndAppManagementRoleDefinition.Builder. rolePermissions(RolePermission... rolePermissions)RoleDefinition.BuilderRoleDefinition.Builder. rolePermissions(RolePermission... rolePermissions)“List of Role Permissions this role is allowed to perform.Method parameters in odata.msgraph.client.beta.entity with type arguments of type RolePermission Modifier and Type Method Description DeviceAndAppManagementRoleDefinition.BuilderDeviceAndAppManagementRoleDefinition.Builder. permissions(List<RolePermission> permissions)RoleDefinition.BuilderRoleDefinition.Builder. permissions(List<RolePermission> permissions)“List of Role Permissions this role is allowed to perform.DeviceAndAppManagementRoleDefinition.BuilderDeviceAndAppManagementRoleDefinition.Builder. rolePermissions(List<RolePermission> rolePermissions)RoleDefinition.BuilderRoleDefinition.Builder. rolePermissions(List<RolePermission> rolePermissions)“List of Role Permissions this role is allowed to perform.RoleDefinitionRoleDefinition. withPermissions(List<RolePermission> permissions)Returns an immutable copy ofthiswith just thepermissionsfield changed.RoleDefinitionRoleDefinition. withRolePermissions(List<RolePermission> rolePermissions)Returns an immutable copy ofthiswith just therolePermissionsfield changed. -
Uses of RolePermission in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type RolePermission Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RolePermission>DeviceManagementRequest. getEffectivePermissions_Function(String scope)
-