public class IosVppAppAssignedDeviceLicense extends IosVppAppAssignedLicense implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosVppAppAssignedDeviceLicense.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceName |
protected String |
managedDeviceId |
userEmailAddress, userId, userName, userPrincipalNamechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IosVppAppAssignedDeviceLicense() |
| Modifier and Type | Method and Description |
|---|---|
static IosVppAppAssignedDeviceLicense.Builder |
builderIosVppAppAssignedDeviceLicense()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getDeviceName()
“The device name.”
|
Optional<String> |
getManagedDeviceId()
“The managed device ID.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
IosVppAppAssignedDeviceLicense |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IosVppAppAssignedDeviceLicense |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IosVppAppAssignedDeviceLicense |
withDeviceName(String deviceName)
Returns an immutable copy of
this with just the deviceName field
changed. |
IosVppAppAssignedDeviceLicense |
withManagedDeviceId(String managedDeviceId)
Returns an immutable copy of
this with just the managedDeviceId
field changed. |
builderIosVppAppAssignedLicense, getUserEmailAddress, getUserId, getUserName, getUserPrincipalName, withUserEmailAddress, withUserId, withUserName, withUserPrincipalNameprotected String managedDeviceId
protected String deviceName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class IosVppAppAssignedLicensepublic static IosVppAppAssignedDeviceLicense.Builder builderIosVppAppAssignedDeviceLicense()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class IosVppAppAssignedLicensepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class IosVppAppAssignedLicensepublic Optional<String> getManagedDeviceId()
public IosVppAppAssignedDeviceLicense withManagedDeviceId(String managedDeviceId)
this with just the managedDeviceId
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 managed device ID.”
managedDeviceId - new value of managedDeviceId field (as defined in service metadata)this with just the managedDeviceId field changedpublic Optional<String> getDeviceName()
public IosVppAppAssignedDeviceLicense withDeviceName(String deviceName)
this with just the deviceName 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 device name.”
deviceName - new value of deviceName field (as defined in service metadata)this with just the deviceName field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class IosVppAppAssignedLicensepublic IosVppAppAssignedDeviceLicense patch()
this with changed fields reset.patch in class IosVppAppAssignedLicensethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic IosVppAppAssignedDeviceLicense put()
this
with changed fields reset (they were ignored anyway).put in class IosVppAppAssignedLicensethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class IosVppAppAssignedLicenseCopyright © 2018–2020. All rights reserved.