| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
VppTokenRevokeLicensesActionResult |
| Modifier and Type | Method and Description |
|---|---|
VppTokenActionResult |
VppTokenActionResult.Builder.build() |
VppTokenActionResult |
VppTokenActionResult.withActionName(String actionName)
Returns an immutable copy of
this with just the actionName field
changed. |
VppTokenActionResult |
VppTokenActionResult.withActionState(ActionState actionState)
Returns an immutable copy of
this with just the actionState
field changed. |
VppTokenActionResult |
VppTokenActionResult.withLastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
Returns an immutable copy of
this with just the lastUpdatedDateTime field changed. |
VppTokenActionResult |
VppTokenActionResult.withStartDateTime(OffsetDateTime startDateTime)
Returns an immutable copy of
this with just the startDateTime
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected List<VppTokenActionResult> |
VppToken.tokenActionResults |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<VppTokenActionResult> |
VppToken.getTokenActionResults()
“The collection of statuses of the actions performed on the Apple Volume Purchase
Program Token.”
|
| Modifier and Type | Method and Description |
|---|---|
VppToken.Builder |
VppToken.Builder.tokenActionResults(List<VppTokenActionResult> tokenActionResults)
“The collection of statuses of the actions performed on the Apple Volume Purchase
Program Token.”
|
Copyright © 2018–2020. All rights reserved.