public class GovernanceRoleSetting extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
GovernanceRoleSetting.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<GovernanceRuleSetting> |
adminEligibleSettings |
protected String |
adminEligibleSettingsNextLink |
protected List<GovernanceRuleSetting> |
adminMemberSettings |
protected String |
adminMemberSettingsNextLink |
protected Boolean |
isDefault |
protected String |
lastUpdatedBy |
protected OffsetDateTime |
lastUpdatedDateTime |
protected String |
resourceId |
protected String |
roleDefinitionId |
protected List<GovernanceRuleSetting> |
userEligibleSettings |
protected String |
userEligibleSettingsNextLink |
protected List<GovernanceRuleSetting> |
userMemberSettings |
protected String |
userMemberSettingsNextLink |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
GovernanceRoleSetting() |
| Modifier and Type | Method and Description |
|---|---|
static GovernanceRoleSetting.Builder |
builderGovernanceRoleSetting()
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<GovernanceRuleSetting> |
getAdminEligibleSettings() |
com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> |
getAdminMemberSettings() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getIsDefault() |
Optional<String> |
getLastUpdatedBy() |
Optional<OffsetDateTime> |
getLastUpdatedDateTime() |
GovernanceResourceRequest |
getResource() |
Optional<String> |
getResourceId() |
GovernanceRoleDefinitionRequest |
getRoleDefinition() |
Optional<String> |
getRoleDefinitionId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> |
getUserEligibleSettings() |
com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> |
getUserMemberSettings() |
String |
odataTypeName() |
GovernanceRoleSetting |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
GovernanceRoleSetting |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
GovernanceRoleSetting |
withIsDefault(Boolean isDefault) |
GovernanceRoleSetting |
withLastUpdatedBy(String lastUpdatedBy) |
GovernanceRoleSetting |
withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime) |
GovernanceRoleSetting |
withResourceId(String resourceId) |
GovernanceRoleSetting |
withRoleDefinitionId(String roleDefinitionId) |
protected String resourceId
protected String roleDefinitionId
protected Boolean isDefault
protected OffsetDateTime lastUpdatedDateTime
protected String lastUpdatedBy
protected List<GovernanceRuleSetting> adminEligibleSettings
protected String adminEligibleSettingsNextLink
protected List<GovernanceRuleSetting> adminMemberSettings
protected String adminMemberSettingsNextLink
protected List<GovernanceRuleSetting> userEligibleSettings
protected String userEligibleSettingsNextLink
protected List<GovernanceRuleSetting> userMemberSettings
protected String userMemberSettingsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static GovernanceRoleSetting.Builder builderGovernanceRoleSetting()
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 GovernanceRoleSetting withResourceId(String resourceId)
public GovernanceRoleSetting withRoleDefinitionId(String roleDefinitionId)
public GovernanceRoleSetting withIsDefault(Boolean isDefault)
public Optional<OffsetDateTime> getLastUpdatedDateTime()
public GovernanceRoleSetting withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
public GovernanceRoleSetting withLastUpdatedBy(String lastUpdatedBy)
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getAdminEligibleSettings()
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getAdminMemberSettings()
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getUserEligibleSettings()
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getUserMemberSettings()
public GovernanceRoleDefinitionRequest getRoleDefinition()
public GovernanceResourceRequest getResource()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic GovernanceRoleSetting patch()
this with changed fields reset.public GovernanceRoleSetting put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.