| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
RoleScopeTag |
RoleScopeTag.Builder.build() |
RoleScopeTag |
RoleScopeTag.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
RoleScopeTag |
RoleScopeTag.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
RoleScopeTag |
RoleScopeTag.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
RoleScopeTag |
RoleScopeTag.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
RoleScopeTag |
RoleScopeTag.withIsBuiltIn(Boolean isBuiltIn)
Returns an immutable copy of
this with just the isBuiltIn field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag> |
DeviceManagement.getRoleScopeTagsByIds(List<String> ids) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag> |
DeviceManagement.getRoleScopeTagsByResource(String resource) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag> |
RoleScopeTagCollectionRequest.getRoleScopeTagsById(List<String> roleScopeTagIds) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag> |
DeviceManagementRequest.getRoleScopeTagsByIds(List<String> ids) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RoleScopeTag> |
DeviceManagementRequest.getRoleScopeTagsByResource(String resource) |
Copyright © 2018–2020. All rights reserved.