public class UnifiedRoleAssignmentMultiple extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
UnifiedRoleAssignmentMultiple.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
appScopeIds |
protected String |
appScopeIdsNextLink |
protected String |
condition |
protected String |
description |
protected List<String> |
directoryScopeIds |
protected String |
directoryScopeIdsNextLink |
protected String |
displayName |
protected List<String> |
principalIds |
protected String |
principalIdsNextLink |
protected String |
roleDefinitionId |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
UnifiedRoleAssignmentMultiple() |
| Modifier and Type | Method and Description |
|---|---|
static UnifiedRoleAssignmentMultiple.Builder |
builderUnifiedRoleAssignmentMultiple()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getAppScopeIds() |
AppScopeCollectionRequest |
getAppScopes() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getCondition() |
Optional<String> |
getDescription() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getDirectoryScopeIds() |
DirectoryObjectCollectionRequest |
getDirectoryScopes() |
Optional<String> |
getDisplayName() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getPrincipalIds() |
DirectoryObjectCollectionRequest |
getPrincipals() |
UnifiedRoleDefinitionRequest |
getRoleDefinition() |
Optional<String> |
getRoleDefinitionId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
UnifiedRoleAssignmentMultiple |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
UnifiedRoleAssignmentMultiple |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
UnifiedRoleAssignmentMultiple |
withCondition(String condition) |
UnifiedRoleAssignmentMultiple |
withDescription(String description) |
UnifiedRoleAssignmentMultiple |
withDisplayName(String displayName) |
UnifiedRoleAssignmentMultiple |
withRoleDefinitionId(String roleDefinitionId) |
protected String roleDefinitionId
protected String condition
protected String displayName
protected String description
protected String principalIdsNextLink
protected String directoryScopeIdsNextLink
protected String appScopeIdsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static UnifiedRoleAssignmentMultiple.Builder builderUnifiedRoleAssignmentMultiple()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic UnifiedRoleAssignmentMultiple withRoleDefinitionId(String roleDefinitionId)
public UnifiedRoleAssignmentMultiple withCondition(String condition)
public UnifiedRoleAssignmentMultiple withDisplayName(String displayName)
public UnifiedRoleAssignmentMultiple withDescription(String description)
public com.github.davidmoten.odata.client.CollectionPage<String> getPrincipalIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getDirectoryScopeIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getAppScopeIds()
public UnifiedRoleDefinitionRequest getRoleDefinition()
public DirectoryObjectCollectionRequest getPrincipals()
public DirectoryObjectCollectionRequest getDirectoryScopes()
public AppScopeCollectionRequest getAppScopes()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic UnifiedRoleAssignmentMultiple patch()
this with changed fields reset.public UnifiedRoleAssignmentMultiple put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.