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