public class UserAppInstallStatus extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
UserAppInstallStatus.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
failedDeviceCount |
protected Integer |
installedDeviceCount |
protected Integer |
notInstalledDeviceCount |
protected String |
userName |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
UserAppInstallStatus() |
| Modifier and Type | Method and Description |
|---|---|
static UserAppInstallStatus.Builder |
builderUserAppInstallStatus()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
MobileAppRequest |
getApp()
“The navigation link to the mobile app.”
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
MobileAppInstallStatusCollectionRequest |
getDeviceStatuses()
“The install state of the app on devices.”
|
Optional<Integer> |
getFailedDeviceCount()
“Failed Device Count.”
|
Optional<Integer> |
getInstalledDeviceCount()
“Installed Device Count.”
|
Optional<Integer> |
getNotInstalledDeviceCount()
“Not installed device count.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserName()
“User name.”
|
Optional<String> |
getUserPrincipalName()
“User Principal Name.”
|
String |
odataTypeName() |
UserAppInstallStatus |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
UserAppInstallStatus |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
UserAppInstallStatus |
withFailedDeviceCount(Integer failedDeviceCount)
Returns an immutable copy of
this with just the failedDeviceCount
field changed. |
UserAppInstallStatus |
withInstalledDeviceCount(Integer installedDeviceCount)
Returns an immutable copy of
this with just the installedDeviceCount field changed. |
UserAppInstallStatus |
withNotInstalledDeviceCount(Integer notInstalledDeviceCount)
Returns an immutable copy of
this with just the notInstalledDeviceCount field changed. |
UserAppInstallStatus |
withUserName(String userName)
Returns an immutable copy of
this with just the userName field
changed. |
UserAppInstallStatus |
withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
protected String userName
protected String userPrincipalName
protected Integer installedDeviceCount
protected Integer failedDeviceCount
protected Integer notInstalledDeviceCount
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static UserAppInstallStatus.Builder builderUserAppInstallStatus()
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 UserAppInstallStatus 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.
“User name.”
userName - new value of userName field (as defined in service metadata)this with just the userName field changedpublic Optional<String> getUserPrincipalName()
public UserAppInstallStatus 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.
“User Principal Name.”
userPrincipalName - new value of userPrincipalName field (as defined in service metadata)this with just the userPrincipalName field changedpublic Optional<Integer> getInstalledDeviceCount()
public UserAppInstallStatus withInstalledDeviceCount(Integer installedDeviceCount)
this with just the installedDeviceCount 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.
“Installed Device Count.”
installedDeviceCount - new value of installedDeviceCount field (as defined in service metadata)this with just the installedDeviceCount field changedpublic Optional<Integer> getFailedDeviceCount()
public UserAppInstallStatus withFailedDeviceCount(Integer failedDeviceCount)
this with just the failedDeviceCount
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.
“Failed Device Count.”
failedDeviceCount - new value of failedDeviceCount field (as defined in service metadata)this with just the failedDeviceCount field changedpublic Optional<Integer> getNotInstalledDeviceCount()
public UserAppInstallStatus withNotInstalledDeviceCount(Integer notInstalledDeviceCount)
this with just the notInstalledDeviceCount 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.
“Not installed device count.”
notInstalledDeviceCount - new value of notInstalledDeviceCount field (as defined in service metadata)this with just the notInstalledDeviceCount field changedpublic MobileAppRequest getApp()
public MobileAppInstallStatusCollectionRequest getDeviceStatuses()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic UserAppInstallStatus patch()
this with changed fields reset.public UserAppInstallStatus put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.