| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected VppTokenSyncStatus |
VppToken.lastSyncStatus |
| Modifier and Type | Method and Description |
|---|---|
Optional<VppTokenSyncStatus> |
VppToken.getLastSyncStatus()
“Current sync status of the last application sync which was triggered using the
Apple Volume Purchase Program Token.
|
| Modifier and Type | Method and Description |
|---|---|
VppToken.Builder |
VppToken.Builder.lastSyncStatus(VppTokenSyncStatus lastSyncStatus)
“Current sync status of the last application sync which was triggered using the
Apple Volume Purchase Program Token.
|
VppToken |
VppToken.withLastSyncStatus(VppTokenSyncStatus lastSyncStatus)
Returns an immutable copy of
this with just the lastSyncStatus
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static VppTokenSyncStatus |
VppTokenSyncStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VppTokenSyncStatus[] |
VppTokenSyncStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.