public static final class VppTokenLicenseSummary.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
VppTokenLicenseSummary.Builder |
appleId(String appleId)
“The Apple Id associated with the given Apple Volume Purchase Program Token.”
|
VppTokenLicenseSummary.Builder |
availableLicenseCount(Integer availableLicenseCount)
“The number of VPP licenses available.”
|
VppTokenLicenseSummary |
build() |
VppTokenLicenseSummary.Builder |
organizationName(String organizationName)
“The organization associated with the Apple Volume Purchase Program Token.”
|
VppTokenLicenseSummary.Builder |
usedLicenseCount(Integer usedLicenseCount)
“The number of VPP licenses in use.”
|
VppTokenLicenseSummary.Builder |
vppTokenId(String vppTokenId)
“Identifier of the VPP token.”
|
public VppTokenLicenseSummary.Builder vppTokenId(String vppTokenId)
vppTokenId - value of vppTokenId property (as defined in service metadata)this (for method chaining)public VppTokenLicenseSummary.Builder appleId(String appleId)
appleId - value of appleId property (as defined in service metadata)this (for method chaining)public VppTokenLicenseSummary.Builder organizationName(String organizationName)
organizationName - value of organizationName property (as defined in service metadata)this (for method chaining)public VppTokenLicenseSummary.Builder availableLicenseCount(Integer availableLicenseCount)
availableLicenseCount - value of availableLicenseCount property (as defined in service metadata)this (for method chaining)public VppTokenLicenseSummary.Builder usedLicenseCount(Integer usedLicenseCount)
usedLicenseCount - value of usedLicenseCount property (as defined in service metadata)this (for method chaining)public VppTokenLicenseSummary build()
Copyright © 2018–2020. All rights reserved.