public class IosVppAppAssignedLicense extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IosVppAppAssignedLicense.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
userEmailAddress |
protected String |
userId |
protected String |
userName |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IosVppAppAssignedLicense() |
| Modifier and Type | Method and Description |
|---|---|
static IosVppAppAssignedLicense.Builder |
builderIosVppAppAssignedLicense()
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() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserEmailAddress()
“The user email address.”
|
Optional<String> |
getUserId()
“The user ID.”
|
Optional<String> |
getUserName()
“The user name.”
|
Optional<String> |
getUserPrincipalName()
“The user principal name.”
|
String |
odataTypeName() |
IosVppAppAssignedLicense |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IosVppAppAssignedLicense |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IosVppAppAssignedLicense |
withUserEmailAddress(String userEmailAddress)
Returns an immutable copy of
this with just the userEmailAddress
field changed. |
IosVppAppAssignedLicense |
withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
IosVppAppAssignedLicense |
withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
IosVppAppAssignedLicense |
withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
protected String userEmailAddress
protected String userId
protected String userName
protected String userPrincipalName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static IosVppAppAssignedLicense.Builder builderIosVppAppAssignedLicense()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic Optional<String> getUserEmailAddress()
public IosVppAppAssignedLicense withUserEmailAddress(String userEmailAddress)
this with just the userEmailAddress
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 user email address.”
userEmailAddress - new value of userEmailAddress field (as defined in service metadata)this with just the userEmailAddress field changedpublic IosVppAppAssignedLicense withUserId(String userId)
this with just the userId 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 user ID.”
userId - new value of userId field (as defined in service metadata)this with just the userId field changedpublic IosVppAppAssignedLicense withUserName(String userName)
this with just the userName 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 user name.”
userName - new value of userName field (as defined in service metadata)this with just the userName field changedpublic Optional<String> getUserPrincipalName()
public IosVppAppAssignedLicense withUserPrincipalName(String userPrincipalName)
this with just the userPrincipalName
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 user principal name.”
userPrincipalName - new value of userPrincipalName field (as defined in service metadata)this with just the userPrincipalName field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic IosVppAppAssignedLicense patch()
this with changed fields reset.public IosVppAppAssignedLicense put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.