public class GovernanceResource extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
GovernanceResource.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected String |
externalId |
protected OffsetDateTime |
registeredDateTime |
protected String |
registeredRoot |
protected String |
status |
protected String |
type |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
GovernanceResource() |
protected String externalId
protected String type
protected String displayName
protected String status
protected OffsetDateTime registeredDateTime
protected String registeredRoot
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static GovernanceResource.Builder builderGovernanceResource()
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 GovernanceResource withExternalId(String externalId)
public GovernanceResource withType(String type)
public GovernanceResource withDisplayName(String displayName)
public GovernanceResource withStatus(String status)
public Optional<OffsetDateTime> getRegisteredDateTime()
public GovernanceResource withRegisteredDateTime(OffsetDateTime registeredDateTime)
public GovernanceResource withRegisteredRoot(String registeredRoot)
public GovernanceResourceRequest getParent()
public GovernanceRoleDefinitionCollectionRequest getRoleDefinitions()
public GovernanceRoleAssignmentCollectionRequest getRoleAssignments()
public GovernanceRoleAssignmentRequestCollectionRequest getRoleAssignmentRequests()
public GovernanceRoleSettingCollectionRequest getRoleSettings()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic GovernanceResource patch()
this with changed fields reset.public GovernanceResource put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.