public class VppLicensingType extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
VppLicensingType.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected Boolean |
supportDeviceLicensing |
protected Boolean |
supportsDeviceLicensing |
protected Boolean |
supportsUserLicensing |
protected Boolean |
supportUserLicensing |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
VppLicensingType() |
| Modifier and Type | Method and Description |
|---|---|
static VppLicensingType.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getSupportDeviceLicensing()
“Whether the program supports the device licensing type.”
|
Optional<Boolean> |
getSupportsDeviceLicensing()
“Whether the program supports the device licensing type.”
|
Optional<Boolean> |
getSupportsUserLicensing()
“Whether the program supports the user licensing type.”
|
Optional<Boolean> |
getSupportUserLicensing()
“Whether the program supports the user licensing type.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
VppLicensingType |
withSupportDeviceLicensing(Boolean supportDeviceLicensing)
Returns an immutable copy of
this with just the supportDeviceLicensing field changed. |
VppLicensingType |
withSupportsDeviceLicensing(Boolean supportsDeviceLicensing)
Returns an immutable copy of
this with just the supportsDeviceLicensing field changed. |
VppLicensingType |
withSupportsUserLicensing(Boolean supportsUserLicensing)
Returns an immutable copy of
this with just the supportsUserLicensing field changed. |
VppLicensingType |
withSupportUserLicensing(Boolean supportUserLicensing)
Returns an immutable copy of
this with just the supportUserLicensing field changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean supportUserLicensing
protected Boolean supportDeviceLicensing
protected Boolean supportsUserLicensing
protected Boolean supportsDeviceLicensing
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<Boolean> getSupportUserLicensing()
public VppLicensingType withSupportUserLicensing(Boolean supportUserLicensing)
this with just the supportUserLicensing 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.
“Whether the program supports the user licensing type.”
supportUserLicensing - new value of supportUserLicensing field (as defined in service metadata)this with just the supportUserLicensing field changedpublic Optional<Boolean> getSupportDeviceLicensing()
public VppLicensingType withSupportDeviceLicensing(Boolean supportDeviceLicensing)
this with just the supportDeviceLicensing 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.
“Whether the program supports the device licensing type.”
supportDeviceLicensing - new value of supportDeviceLicensing field (as defined in service metadata)this with just the supportDeviceLicensing field changedpublic Optional<Boolean> getSupportsUserLicensing()
public VppLicensingType withSupportsUserLicensing(Boolean supportsUserLicensing)
this with just the supportsUserLicensing 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.
“Whether the program supports the user licensing type.”
supportsUserLicensing - new value of supportsUserLicensing field (as defined in service metadata)this with just the supportsUserLicensing field changedpublic Optional<Boolean> getSupportsDeviceLicensing()
public VppLicensingType withSupportsDeviceLicensing(Boolean supportsDeviceLicensing)
this with just the supportsDeviceLicensing 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.
“Whether the program supports the device licensing type.”
supportsDeviceLicensing - new value of supportsDeviceLicensing field (as defined in service metadata)this with just the supportsDeviceLicensing 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 VppLicensingType.Builder builder()
Copyright © 2018–2020. All rights reserved.