public class RevokeAppleVppLicensesActionResult extends DeviceActionResult implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
RevokeAppleVppLicensesActionResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
failedLicensesCount |
protected Integer |
totalLicensesCount |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
actionName, actionState, contextPath, lastUpdatedDateTime, odataType, startDateTime| Modifier | Constructor and Description |
|---|---|
protected |
RevokeAppleVppLicensesActionResult() |
| Modifier and Type | Method and Description |
|---|---|
static RevokeAppleVppLicensesActionResult.Builder |
builderRevokeAppleVppLicensesActionResult()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getFailedLicensesCount()
“Total number of Apple Vpp licenses that failed to revoke”
|
Optional<Integer> |
getTotalLicensesCount()
“Total number of Apple Vpp licenses associated”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
RevokeAppleVppLicensesActionResult |
withFailedLicensesCount(Integer failedLicensesCount)
Returns an immutable copy of
this with just the failedLicensesCount field changed. |
RevokeAppleVppLicensesActionResult |
withTotalLicensesCount(Integer totalLicensesCount)
Returns an immutable copy of
this with just the totalLicensesCount field changed. |
builder, getActionName, getActionState, getLastUpdatedDateTime, getStartDateTime, withActionName, withActionState, withLastUpdatedDateTime, withStartDateTimeprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected Integer totalLicensesCount
protected Integer failedLicensesCount
protected RevokeAppleVppLicensesActionResult()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceActionResultpublic Optional<Integer> getTotalLicensesCount()
public RevokeAppleVppLicensesActionResult withTotalLicensesCount(Integer totalLicensesCount)
this with just the totalLicensesCount field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Total number of Apple Vpp licenses associated”
totalLicensesCount - new value of totalLicensesCount field (as defined in service metadata)this with just the totalLicensesCount field changedpublic Optional<Integer> getFailedLicensesCount()
public RevokeAppleVppLicensesActionResult withFailedLicensesCount(Integer failedLicensesCount)
this with just the failedLicensesCount field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“Total number of Apple Vpp licenses that failed to revoke”
failedLicensesCount - new value of failedLicensesCount field (as defined in service metadata)this with just the failedLicensesCount field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceActionResultpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceActionResultpublic static RevokeAppleVppLicensesActionResult.Builder builderRevokeAppleVppLicensesActionResult()
public String toString()
toString in class DeviceActionResultCopyright © 2018–2020. All rights reserved.