public class MobileAppTroubleshootingAppStateHistory extends MobileAppTroubleshootingHistoryItem implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MobileAppTroubleshootingAppStateHistory.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected MobileAppActionType |
actionType |
protected String |
errorCode |
protected RunState |
runState |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, occurrenceDateTime, odataType, troubleshootingErrorDetails| Modifier | Constructor and Description |
|---|---|
protected |
MobileAppTroubleshootingAppStateHistory() |
| Modifier and Type | Method and Description |
|---|---|
static MobileAppTroubleshootingAppStateHistory.Builder |
builderMobileAppTroubleshootingAppStateHistory()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<MobileAppActionType> |
getActionType()
“Action type for Intune Application.”
|
Optional<String> |
getErrorCode()
“Error code for the failure, empty if no failure.”
|
Optional<RunState> |
getRunState()
“Status of the item.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
MobileAppTroubleshootingAppStateHistory |
withActionType(MobileAppActionType actionType)
Returns an immutable copy of
this with just the actionType field
changed. |
MobileAppTroubleshootingAppStateHistory |
withErrorCode(String errorCode)
Returns an immutable copy of
this with just the errorCode field
changed. |
MobileAppTroubleshootingAppStateHistory |
withRunState(RunState runState)
Returns an immutable copy of
this with just the runState field
changed. |
builder, getOccurrenceDateTime, getTroubleshootingErrorDetails, withOccurrenceDateTime, withTroubleshootingErrorDetailsprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected MobileAppActionType actionType
protected RunState runState
protected String errorCode
protected MobileAppTroubleshootingAppStateHistory()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileAppTroubleshootingHistoryItempublic Optional<MobileAppActionType> getActionType()
public MobileAppTroubleshootingAppStateHistory withActionType(MobileAppActionType actionType)
this with just the actionType 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.
“Action type for Intune Application.”
actionType - new value of actionType field (as defined in service metadata)this with just the actionType field changedpublic Optional<RunState> getRunState()
public MobileAppTroubleshootingAppStateHistory withRunState(RunState runState)
this with just the runState 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.
“Status of the item.”
runState - new value of runState field (as defined in service metadata)this with just the runState field changedpublic Optional<String> getErrorCode()
public MobileAppTroubleshootingAppStateHistory withErrorCode(String errorCode)
this with just the errorCode 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.
“Error code for the failure, empty if no failure.”
errorCode - new value of errorCode field (as defined in service metadata)this with just the errorCode field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MobileAppTroubleshootingHistoryItempublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MobileAppTroubleshootingHistoryItempublic static MobileAppTroubleshootingAppStateHistory.Builder builderMobileAppTroubleshootingAppStateHistory()
public String toString()
toString in class MobileAppTroubleshootingHistoryItemCopyright © 2018–2020. All rights reserved.