Uses of Class
odata.msgraph.client.beta.entity.GovernanceRoleSetting
-
Packages that use GovernanceRoleSetting Package Description odata.msgraph.client.beta.entity -
-
Uses of GovernanceRoleSetting in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return GovernanceRoleSetting Modifier and Type Method Description GovernanceRoleSettingGovernanceRoleSetting.Builder. build()GovernanceRoleSettingGovernanceRoleSetting. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.GovernanceRoleSettingGovernanceRoleSetting. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).GovernanceRoleSettingGovernanceRoleSetting. withAdminEligibleSettings(List<GovernanceRuleSetting> adminEligibleSettings)GovernanceRoleSettingGovernanceRoleSetting. withAdminMemberSettings(List<GovernanceRuleSetting> adminMemberSettings)GovernanceRoleSettingGovernanceRoleSetting. withIsDefault(Boolean isDefault)GovernanceRoleSettingGovernanceRoleSetting. withLastUpdatedBy(String lastUpdatedBy)GovernanceRoleSettingGovernanceRoleSetting. withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)GovernanceRoleSettingGovernanceRoleSetting. withResourceId(String resourceId)GovernanceRoleSettingGovernanceRoleSetting. withRoleDefinitionId(String roleDefinitionId)GovernanceRoleSettingGovernanceRoleSetting. withUnmappedField(String name, String value)GovernanceRoleSettingGovernanceRoleSetting. withUserEligibleSettings(List<GovernanceRuleSetting> userEligibleSettings)GovernanceRoleSettingGovernanceRoleSetting. withUserMemberSettings(List<GovernanceRuleSetting> userMemberSettings)
-