public class VppTokenActionResult extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
VppTokenActionResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionName |
protected ActionState |
actionState |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
lastUpdatedDateTime |
protected String |
odataType |
protected OffsetDateTime |
startDateTime |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
VppTokenActionResult() |
| Modifier and Type | Method and Description |
|---|---|
static VppTokenActionResult.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getActionName()
“Action name”
|
Optional<ActionState> |
getActionState()
“State of the action”
|
Optional<OffsetDateTime> |
getLastUpdatedDateTime()
“Time the action state was last updated”
|
Optional<OffsetDateTime> |
getStartDateTime()
“Time the action was initiated”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
VppTokenActionResult |
withActionName(String actionName)
Returns an immutable copy of
this with just the actionName field
changed. |
VppTokenActionResult |
withActionState(ActionState actionState)
Returns an immutable copy of
this with just the actionState
field changed. |
VppTokenActionResult |
withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
Returns an immutable copy of
this with just the lastUpdatedDateTime field changed. |
VppTokenActionResult |
withStartDateTime(OffsetDateTime startDateTime)
Returns an immutable copy of
this with just the startDateTime
field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String actionName
protected ActionState actionState
protected OffsetDateTime startDateTime
protected OffsetDateTime lastUpdatedDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic VppTokenActionResult 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 VppTokenActionResult 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 VppTokenActionResult 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 VppTokenActionResult 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 VppTokenActionResult.Builder builder()
Copyright © 2018–2020. All rights reserved.