Class GovernanceRoleSettingRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<GovernanceRoleSetting>
-
- odata.msgraph.client.beta.entity.request.GovernanceRoleSettingRequest
-
public class GovernanceRoleSettingRequest extends com.github.davidmoten.odata.client.EntityRequest<GovernanceRoleSetting>
-
-
Constructor Summary
Constructors Constructor Description GovernanceRoleSettingRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GovernanceResourceRequestresource()GovernanceRoleDefinitionRequestroleDefinition()
-
-
-
Method Detail
-
resource
public GovernanceResourceRequest resource()
-
roleDefinition
public GovernanceRoleDefinitionRequest roleDefinition()
-
-