public class AppRoleAssignment extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppRoleAssignment.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appRoleId |
protected OffsetDateTime |
creationTimestamp |
protected String |
principalDisplayName |
protected String |
principalId |
protected String |
principalType |
protected String |
resourceDisplayName |
protected String |
resourceId |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AppRoleAssignment() |
| Modifier and Type | Method and Description |
|---|---|
static AppRoleAssignment.Builder |
builderAppRoleAssignment()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppRoleId() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getCreationTimestamp() |
Optional<String> |
getPrincipalDisplayName() |
Optional<String> |
getPrincipalId() |
Optional<String> |
getPrincipalType() |
Optional<String> |
getResourceDisplayName() |
Optional<String> |
getResourceId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
AppRoleAssignment |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AppRoleAssignment |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AppRoleAssignment |
withAppRoleId(String appRoleId) |
AppRoleAssignment |
withCreationTimestamp(OffsetDateTime creationTimestamp) |
AppRoleAssignment |
withPrincipalDisplayName(String principalDisplayName) |
AppRoleAssignment |
withPrincipalId(String principalId) |
AppRoleAssignment |
withPrincipalType(String principalType) |
AppRoleAssignment |
withResourceDisplayName(String resourceDisplayName) |
AppRoleAssignment |
withResourceId(String resourceId) |
protected String appRoleId
protected OffsetDateTime creationTimestamp
protected String principalDisplayName
protected String principalId
protected String principalType
protected String resourceDisplayName
protected String resourceId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AppRoleAssignment.Builder builderAppRoleAssignment()
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 AppRoleAssignment withAppRoleId(String appRoleId)
public Optional<OffsetDateTime> getCreationTimestamp()
public AppRoleAssignment withCreationTimestamp(OffsetDateTime creationTimestamp)
public AppRoleAssignment withPrincipalDisplayName(String principalDisplayName)
public AppRoleAssignment withPrincipalId(String principalId)
public AppRoleAssignment withPrincipalType(String principalType)
public AppRoleAssignment withResourceDisplayName(String resourceDisplayName)
public AppRoleAssignment withResourceId(String resourceId)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AppRoleAssignment patch()
this with changed fields reset.public AppRoleAssignment put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.