| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected VppTokenAccountType |
IosVppApp.vppTokenAccountType |
protected VppTokenAccountType |
MacOsVppApp.vppTokenAccountType |
protected VppTokenAccountType |
VppToken.vppTokenAccountType |
| Modifier and Type | Method and Description |
|---|---|
Optional<VppTokenAccountType> |
IosVppApp.getVppTokenAccountType()
“The type of volume purchase program which the given Apple Volume Purchase
Program Token is associated with.
|
Optional<VppTokenAccountType> |
MacOsVppApp.getVppTokenAccountType()
“The type of volume purchase program which the given Apple Volume Purchase
Program Token is associated with.
|
Optional<VppTokenAccountType> |
VppToken.getVppTokenAccountType()
“The type of volume purchase program which the given Apple Volume Purchase
Program Token is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
IosVppApp.Builder |
IosVppApp.Builder.vppTokenAccountType(VppTokenAccountType vppTokenAccountType)
“The type of volume purchase program which the given Apple Volume Purchase
Program Token is associated with.
|
MacOsVppApp.Builder |
MacOsVppApp.Builder.vppTokenAccountType(VppTokenAccountType vppTokenAccountType)
“The type of volume purchase program which the given Apple Volume Purchase
Program Token is associated with.
|
VppToken.Builder |
VppToken.Builder.vppTokenAccountType(VppTokenAccountType vppTokenAccountType)
“The type of volume purchase program which the given Apple Volume Purchase
Program Token is associated with.
|
IosVppApp |
IosVppApp.withVppTokenAccountType(VppTokenAccountType vppTokenAccountType)
Returns an immutable copy of
this with just the vppTokenAccountType field changed. |
MacOsVppApp |
MacOsVppApp.withVppTokenAccountType(VppTokenAccountType vppTokenAccountType)
Returns an immutable copy of
this with just the vppTokenAccountType field changed. |
VppToken |
VppToken.withVppTokenAccountType(VppTokenAccountType vppTokenAccountType)
Returns an immutable copy of
this with just the vppTokenAccountType field changed. |
| Modifier and Type | Method and Description |
|---|---|
static VppTokenAccountType |
VppTokenAccountType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VppTokenAccountType[] |
VppTokenAccountType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.