Class VppTokenLicenseSummary.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.VppTokenLicenseSummary.Builder
-
- Enclosing class:
- VppTokenLicenseSummary
public static final class VppTokenLicenseSummary.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VppTokenLicenseSummary.BuilderappleId(String appleId)“The Apple Id associated with the given Apple Volume Purchase Program Token.”VppTokenLicenseSummary.BuilderavailableLicenseCount(Integer availableLicenseCount)“The number of VPP licenses available.”VppTokenLicenseSummarybuild()VppTokenLicenseSummary.BuilderorganizationName(String organizationName)“The organization associated with the Apple Volume Purchase Program Token.”VppTokenLicenseSummary.BuilderusedLicenseCount(Integer usedLicenseCount)“The number of VPP licenses in use.”VppTokenLicenseSummary.BuildervppTokenId(String vppTokenId)“Identifier of the VPP token.”
-
-
-
Method Detail
-
appleId
public VppTokenLicenseSummary.Builder appleId(String appleId)
“The Apple Id associated with the given Apple Volume Purchase Program Token.”- Parameters:
appleId- value ofappleIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
availableLicenseCount
public VppTokenLicenseSummary.Builder availableLicenseCount(Integer availableLicenseCount)
“The number of VPP licenses available.”- Parameters:
availableLicenseCount- value ofavailableLicenseCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
organizationName
public VppTokenLicenseSummary.Builder organizationName(String organizationName)
“The organization associated with the Apple Volume Purchase Program Token.”- Parameters:
organizationName- value oforganizationNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
usedLicenseCount
public VppTokenLicenseSummary.Builder usedLicenseCount(Integer usedLicenseCount)
“The number of VPP licenses in use.”- Parameters:
usedLicenseCount- value ofusedLicenseCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
vppTokenId
public VppTokenLicenseSummary.Builder vppTokenId(String vppTokenId)
“Identifier of the VPP token.”- Parameters:
vppTokenId- value ofvppTokenIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public VppTokenLicenseSummary build()
-
-