| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
ResourceOperation |
ResourceOperation.Builder.build() |
ResourceOperation |
ResourceOperation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ResourceOperation |
ResourceOperation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ResourceOperation |
ResourceOperation.withActionName(String actionName)
Returns an immutable copy of
this with just the actionName field
changed. |
ResourceOperation |
ResourceOperation.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
ResourceOperation |
ResourceOperation.withEnabledForScopeValidation(Boolean enabledForScopeValidation)
Returns an immutable copy of
this with just the enabledForScopeValidation field changed. |
ResourceOperation |
ResourceOperation.withResource(String resource)
Returns an immutable copy of
this with just the resource field
changed. |
ResourceOperation |
ResourceOperation.withResourceName(String resourceName)
Returns an immutable copy of
this with just the resourceName
field changed. |
Copyright © 2018–2020. All rights reserved.