public class IosVppAppRevokeLicensesActionResult extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosVppAppRevokeLicensesActionResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected VppTokenActionFailureReason |
actionFailureReason |
protected String |
actionName |
protected ActionState |
actionState |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
failedLicensesCount |
protected OffsetDateTime |
lastUpdatedDateTime |
protected String |
managedDeviceId |
protected String |
odataType |
protected OffsetDateTime |
startDateTime |
protected Integer |
totalLicensesCount |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
userId |
| Modifier | Constructor and Description |
|---|---|
protected |
IosVppAppRevokeLicensesActionResult() |
| Modifier and Type | Method and Description |
|---|---|
static IosVppAppRevokeLicensesActionResult.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<VppTokenActionFailureReason> |
getActionFailureReason()
“The reason for the revoke licenses action failure.”
|
Optional<String> |
getActionName()
“Action name”
|
Optional<ActionState> |
getActionState()
“State of the action”
|
Optional<Integer> |
getFailedLicensesCount()
“A count of the number of licenses for which revoke failed.”
|
Optional<OffsetDateTime> |
getLastUpdatedDateTime()
“Time the action state was last updated”
|
Optional<String> |
getManagedDeviceId()
“DeviceId associated with the action.”
|
Optional<OffsetDateTime> |
getStartDateTime()
“Time the action was initiated”
|
Optional<Integer> |
getTotalLicensesCount()
“A count of the number of licenses for which revoke was attempted.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserId()
“UserId associated with the action.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
IosVppAppRevokeLicensesActionResult |
withActionFailureReason(VppTokenActionFailureReason actionFailureReason)
Returns an immutable copy of
this with just the actionFailureReason field changed. |
IosVppAppRevokeLicensesActionResult |
withActionName(String actionName)
Returns an immutable copy of
this with just the actionName field
changed. |
IosVppAppRevokeLicensesActionResult |
withActionState(ActionState actionState)
Returns an immutable copy of
this with just the actionState
field changed. |
IosVppAppRevokeLicensesActionResult |
withFailedLicensesCount(Integer failedLicensesCount)
Returns an immutable copy of
this with just the failedLicensesCount field changed. |
IosVppAppRevokeLicensesActionResult |
withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
Returns an immutable copy of
this with just the lastUpdatedDateTime field changed. |
IosVppAppRevokeLicensesActionResult |
withManagedDeviceId(String managedDeviceId)
Returns an immutable copy of
this with just the managedDeviceId
field changed. |
IosVppAppRevokeLicensesActionResult |
withStartDateTime(OffsetDateTime startDateTime)
Returns an immutable copy of
this with just the startDateTime
field changed. |
IosVppAppRevokeLicensesActionResult |
withTotalLicensesCount(Integer totalLicensesCount)
Returns an immutable copy of
this with just the totalLicensesCount field changed. |
IosVppAppRevokeLicensesActionResult |
withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String userId
protected String managedDeviceId
protected Integer totalLicensesCount
protected Integer failedLicensesCount
protected VppTokenActionFailureReason actionFailureReason
protected String actionName
protected ActionState actionState
protected OffsetDateTime startDateTime
protected OffsetDateTime lastUpdatedDateTime
protected IosVppAppRevokeLicensesActionResult()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getUserId()
public IosVppAppRevokeLicensesActionResult withUserId(String userId)
this with just the userId 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.
“UserId associated with the action.”
userId - new value of userId field (as defined in service metadata)this with just the userId field changedpublic Optional<String> getManagedDeviceId()
public IosVppAppRevokeLicensesActionResult withManagedDeviceId(String managedDeviceId)
this with just the managedDeviceId
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.
“DeviceId associated with the action.”
managedDeviceId - new value of managedDeviceId field (as defined in service metadata)this with just the managedDeviceId field changedpublic Optional<Integer> getTotalLicensesCount()
public IosVppAppRevokeLicensesActionResult 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.
“A count of the number of licenses for which revoke was attempted.”
totalLicensesCount - new value of totalLicensesCount field (as defined in service metadata)this with just the totalLicensesCount field changedpublic Optional<Integer> getFailedLicensesCount()
public IosVppAppRevokeLicensesActionResult 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.
“A count of the number of licenses for which revoke failed.”
failedLicensesCount - new value of failedLicensesCount field (as defined in service metadata)this with just the failedLicensesCount field changedpublic Optional<VppTokenActionFailureReason> getActionFailureReason()
public IosVppAppRevokeLicensesActionResult withActionFailureReason(VppTokenActionFailureReason actionFailureReason)
this with just the actionFailureReason 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.
“The reason for the revoke licenses action failure.”
actionFailureReason - new value of actionFailureReason field (as defined in service metadata)this with just the actionFailureReason field changedpublic IosVppAppRevokeLicensesActionResult withActionName(String actionName)
this with just the actionName 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.
“Action name”
actionName - new value of actionName field (as defined in service metadata)this with just the actionName field changedpublic Optional<ActionState> getActionState()
public IosVppAppRevokeLicensesActionResult withActionState(ActionState actionState)
this with just the actionState
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.
“State of the action”
actionState - new value of actionState field (as defined in service metadata)this with just the actionState field changedpublic Optional<OffsetDateTime> getStartDateTime()
public IosVppAppRevokeLicensesActionResult withStartDateTime(OffsetDateTime startDateTime)
this with just the startDateTime
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.
“Time the action was initiated”
startDateTime - new value of startDateTime field (as defined in service metadata)this with just the startDateTime field changedpublic Optional<OffsetDateTime> getLastUpdatedDateTime()
public IosVppAppRevokeLicensesActionResult withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
this with just the lastUpdatedDateTime 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.
“Time the action state was last updated”
lastUpdatedDateTime - new value of lastUpdatedDateTime field (as defined in service metadata)this with just the lastUpdatedDateTime field changedpublic 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 IosVppAppRevokeLicensesActionResult.Builder builder()
Copyright © 2018–2020. All rights reserved.