public class MobileAppIntentAndState extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MobileAppIntentAndState.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
managedDeviceIdentifier |
protected List<MobileAppIntentAndStateDetail> |
mobileAppList |
protected String |
mobileAppListNextLink |
protected String |
userId |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MobileAppIntentAndState() |
| Modifier and Type | Method and Description |
|---|---|
static MobileAppIntentAndState.Builder |
builderMobileAppIntentAndState()
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> |
getManagedDeviceIdentifier()
“Device identifier created or collected by Intune.”
|
com.github.davidmoten.odata.client.CollectionPage<MobileAppIntentAndStateDetail> |
getMobileAppList()
“The list of payload intents and states for the tenant.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserId()
“Identifier for the user that tried to enroll the device.”
|
String |
odataTypeName() |
MobileAppIntentAndState |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MobileAppIntentAndState |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
MobileAppIntentAndState |
withManagedDeviceIdentifier(String managedDeviceIdentifier)
Returns an immutable copy of
this with just the managedDeviceIdentifier field changed. |
MobileAppIntentAndState |
withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
protected String managedDeviceIdentifier
protected String userId
protected List<MobileAppIntentAndStateDetail> mobileAppList
protected String mobileAppListNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static MobileAppIntentAndState.Builder builderMobileAppIntentAndState()
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> getManagedDeviceIdentifier()
public MobileAppIntentAndState withManagedDeviceIdentifier(String managedDeviceIdentifier)
this with just the managedDeviceIdentifier 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.
“Device identifier created or collected by Intune.”
managedDeviceIdentifier - new value of managedDeviceIdentifier field (as defined in service metadata)this with just the managedDeviceIdentifier field changedpublic Optional<String> getUserId()
public MobileAppIntentAndState 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.
“Identifier for the user that tried to enroll the device.”
userId - new value of userId field (as defined in service metadata)this with just the userId field changedpublic com.github.davidmoten.odata.client.CollectionPage<MobileAppIntentAndStateDetail> getMobileAppList()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic MobileAppIntentAndState patch()
this with changed fields reset.public MobileAppIntentAndState put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.