public class BulkManagedDeviceActionResult extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkManagedDeviceActionResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected List<String> |
failedDeviceIds |
protected String |
failedDeviceIdsNextLink |
protected List<String> |
notFoundDeviceIds |
protected String |
notFoundDeviceIdsNextLink |
protected List<String> |
notSupportedDeviceIds |
protected String |
notSupportedDeviceIdsNextLink |
protected String |
odataType |
protected List<String> |
successfulDeviceIds |
protected String |
successfulDeviceIdsNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
BulkManagedDeviceActionResult() |
| Modifier and Type | Method and Description |
|---|---|
static BulkManagedDeviceActionResult.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getFailedDeviceIds()
“Failed devices”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getNotFoundDeviceIds()
“Not found devices”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getNotSupportedDeviceIds()
“Not supported devices”
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getSuccessfulDeviceIds()
“Successful devices”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String successfulDeviceIdsNextLink
protected String failedDeviceIdsNextLink
protected String notFoundDeviceIdsNextLink
protected String notSupportedDeviceIdsNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic com.github.davidmoten.odata.client.CollectionPage<String> getSuccessfulDeviceIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getFailedDeviceIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getNotFoundDeviceIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getNotSupportedDeviceIds()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static BulkManagedDeviceActionResult.Builder builder()
Copyright © 2018–2020. All rights reserved.