Package odata.msgraph.client.beta.entity
Class GovernanceRoleSetting
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.GovernanceRoleSetting
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class GovernanceRoleSetting extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGovernanceRoleSetting.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<GovernanceRuleSetting>adminEligibleSettingsprotected StringadminEligibleSettingsNextLinkprotected List<GovernanceRuleSetting>adminMemberSettingsprotected StringadminMemberSettingsNextLinkprotected BooleanisDefaultprotected StringlastUpdatedByprotected OffsetDateTimelastUpdatedDateTimeprotected StringresourceIdprotected StringroleDefinitionIdprotected List<GovernanceRuleSetting>userEligibleSettingsprotected StringuserEligibleSettingsNextLinkprotected List<GovernanceRuleSetting>userMemberSettingsprotected StringuserMemberSettingsNextLink-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGovernanceRoleSetting()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GovernanceRoleSetting.BuilderbuilderGovernanceRoleSetting()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>getAdminEligibleSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting>getAdminMemberSettings()com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting>getAdminMemberSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<Boolean>getIsDefault()Optional<String>getLastUpdatedBy()Optional<OffsetDateTime>getLastUpdatedDateTime()GovernanceResourceRequestgetResource()Optional<String>getResourceId()GovernanceRoleDefinitionRequestgetRoleDefinition()Optional<String>getRoleDefinitionId()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting>getUserEligibleSettings()com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting>getUserEligibleSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting>getUserMemberSettings()com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting>getUserMemberSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)StringodataTypeName()GovernanceRoleSettingpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)GovernanceRoleSettingput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()GovernanceRoleSettingwithAdminEligibleSettings(List<GovernanceRuleSetting> adminEligibleSettings)GovernanceRoleSettingwithAdminMemberSettings(List<GovernanceRuleSetting> adminMemberSettings)GovernanceRoleSettingwithIsDefault(Boolean isDefault)GovernanceRoleSettingwithLastUpdatedBy(String lastUpdatedBy)GovernanceRoleSettingwithLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)GovernanceRoleSettingwithResourceId(String resourceId)GovernanceRoleSettingwithRoleDefinitionId(String roleDefinitionId)GovernanceRoleSettingwithUnmappedField(String name, String value)GovernanceRoleSettingwithUserEligibleSettings(List<GovernanceRuleSetting> userEligibleSettings)GovernanceRoleSettingwithUserMemberSettings(List<GovernanceRuleSetting> userMemberSettings)
-
-
-
Field Detail
-
adminEligibleSettings
protected List<GovernanceRuleSetting> adminEligibleSettings
-
adminEligibleSettingsNextLink
protected String adminEligibleSettingsNextLink
-
adminMemberSettings
protected List<GovernanceRuleSetting> adminMemberSettings
-
adminMemberSettingsNextLink
protected String adminMemberSettingsNextLink
-
isDefault
protected Boolean isDefault
-
lastUpdatedBy
protected String lastUpdatedBy
-
lastUpdatedDateTime
protected OffsetDateTime lastUpdatedDateTime
-
resourceId
protected String resourceId
-
roleDefinitionId
protected String roleDefinitionId
-
userEligibleSettings
protected List<GovernanceRuleSetting> userEligibleSettings
-
userEligibleSettingsNextLink
protected String userEligibleSettingsNextLink
-
userMemberSettings
protected List<GovernanceRuleSetting> userMemberSettings
-
userMemberSettingsNextLink
protected String userMemberSettingsNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderGovernanceRoleSetting
public static GovernanceRoleSetting.Builder builderGovernanceRoleSetting()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getAdminEligibleSettings
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getAdminEligibleSettings()
-
withAdminEligibleSettings
public GovernanceRoleSetting withAdminEligibleSettings(List<GovernanceRuleSetting> adminEligibleSettings)
-
getAdminEligibleSettings
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getAdminEligibleSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getAdminMemberSettings
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getAdminMemberSettings()
-
withAdminMemberSettings
public GovernanceRoleSetting withAdminMemberSettings(List<GovernanceRuleSetting> adminMemberSettings)
-
getAdminMemberSettings
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getAdminMemberSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withIsDefault
public GovernanceRoleSetting withIsDefault(Boolean isDefault)
-
withLastUpdatedBy
public GovernanceRoleSetting withLastUpdatedBy(String lastUpdatedBy)
-
getLastUpdatedDateTime
public Optional<OffsetDateTime> getLastUpdatedDateTime()
-
withLastUpdatedDateTime
public GovernanceRoleSetting withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
-
withResourceId
public GovernanceRoleSetting withResourceId(String resourceId)
-
withRoleDefinitionId
public GovernanceRoleSetting withRoleDefinitionId(String roleDefinitionId)
-
getUserEligibleSettings
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getUserEligibleSettings()
-
withUserEligibleSettings
public GovernanceRoleSetting withUserEligibleSettings(List<GovernanceRuleSetting> userEligibleSettings)
-
getUserEligibleSettings
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getUserEligibleSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getUserMemberSettings
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getUserMemberSettings()
-
withUserMemberSettings
public GovernanceRoleSetting withUserMemberSettings(List<GovernanceRuleSetting> userMemberSettings)
-
getUserMemberSettings
public com.github.davidmoten.odata.client.CollectionPage<GovernanceRuleSetting> getUserMemberSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public GovernanceRoleSetting withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getResource
public GovernanceResourceRequest getResource()
-
getRoleDefinition
public GovernanceRoleDefinitionRequest getRoleDefinition()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public GovernanceRoleSetting patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public GovernanceRoleSetting put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-