public class GovernanceRoleDefinition extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
GovernanceRoleDefinition.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
externalId |
protected String |
resourceId |
protected String |
templateId |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
GovernanceRoleDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static GovernanceRoleDefinition.Builder |
builderGovernanceRoleDefinition()
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.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getDisplayName() |
Optional<String> |
getExternalId() |
GovernanceResourceRequest |
getResource() |
Optional<String> |
getResourceId() |
GovernanceRoleSettingRequest |
getRoleSetting() |
Optional<String> |
getTemplateId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
GovernanceRoleDefinition |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
GovernanceRoleDefinition |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
GovernanceRoleDefinition |
withDisplayName(String displayName) |
GovernanceRoleDefinition |
withExternalId(String externalId) |
GovernanceRoleDefinition |
withResourceId(String resourceId) |
GovernanceRoleDefinition |
withTemplateId(String templateId) |
protected String resourceId
protected String externalId
protected String templateId
protected String displayName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static GovernanceRoleDefinition.Builder builderGovernanceRoleDefinition()
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 GovernanceRoleDefinition withResourceId(String resourceId)
public GovernanceRoleDefinition withExternalId(String externalId)
public GovernanceRoleDefinition withTemplateId(String templateId)
public GovernanceRoleDefinition withDisplayName(String displayName)
public GovernanceResourceRequest getResource()
public GovernanceRoleSettingRequest getRoleSetting()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic GovernanceRoleDefinition patch()
this with changed fields reset.public GovernanceRoleDefinition put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.