public class VppTokenLicenseSummary extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
VppTokenLicenseSummary.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appleId |
protected Integer |
availableLicenseCount |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected String |
organizationName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected Integer |
usedLicenseCount |
protected String |
vppTokenId |
| Modifier | Constructor and Description |
|---|---|
protected |
VppTokenLicenseSummary() |
| Modifier and Type | Method and Description |
|---|---|
static VppTokenLicenseSummary.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppleId()
“The Apple Id associated with the given Apple Volume Purchase Program Token.”
|
Optional<Integer> |
getAvailableLicenseCount()
“The number of VPP licenses available.”
|
Optional<String> |
getOrganizationName()
“The organization associated with the Apple Volume Purchase Program Token.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<Integer> |
getUsedLicenseCount()
“The number of VPP licenses in use.”
|
Optional<String> |
getVppTokenId()
“Identifier of the VPP token.”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
VppTokenLicenseSummary |
withAppleId(String appleId)
Returns an immutable copy of
this with just the appleId field
changed. |
VppTokenLicenseSummary |
withAvailableLicenseCount(Integer availableLicenseCount)
Returns an immutable copy of
this with just the availableLicenseCount field changed. |
VppTokenLicenseSummary |
withOrganizationName(String organizationName)
Returns an immutable copy of
this with just the organizationName
field changed. |
VppTokenLicenseSummary |
withUsedLicenseCount(Integer usedLicenseCount)
Returns an immutable copy of
this with just the usedLicenseCount
field changed. |
VppTokenLicenseSummary |
withVppTokenId(String vppTokenId)
Returns an immutable copy of
this with just the vppTokenId field
changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String vppTokenId
protected String appleId
protected String organizationName
protected Integer availableLicenseCount
protected Integer usedLicenseCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getVppTokenId()
public VppTokenLicenseSummary withVppTokenId(String vppTokenId)
this with just the vppTokenId field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“Identifier of the VPP token.”
vppTokenId - new value of vppTokenId field (as defined in service metadata)this with just the vppTokenId field changedpublic Optional<String> getAppleId()
public VppTokenLicenseSummary withAppleId(String appleId)
this with just the appleId field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The Apple Id associated with the given Apple Volume Purchase Program Token.”
appleId - new value of appleId field (as defined in service metadata)this with just the appleId field changedpublic Optional<String> getOrganizationName()
public VppTokenLicenseSummary withOrganizationName(String organizationName)
this with just the organizationName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The organization associated with the Apple Volume Purchase Program Token.”
organizationName - new value of organizationName field (as defined in service metadata)this with just the organizationName field changedpublic Optional<Integer> getAvailableLicenseCount()
public VppTokenLicenseSummary withAvailableLicenseCount(Integer availableLicenseCount)
this with just the availableLicenseCount field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“The number of VPP licenses available.”
availableLicenseCount - new value of availableLicenseCount field (as defined in service metadata)this with just the availableLicenseCount field changedpublic Optional<Integer> getUsedLicenseCount()
public VppTokenLicenseSummary withUsedLicenseCount(Integer usedLicenseCount)
this with just the usedLicenseCount
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The number of VPP licenses in use.”
usedLicenseCount - new value of usedLicenseCount field (as defined in service metadata)this with just the usedLicenseCount field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static VppTokenLicenseSummary.Builder builder()
Copyright © 2018–2020. All rights reserved.