public class MobileAppTroubleshootingAppPolicyCreationHistory extends MobileAppTroubleshootingHistoryItem implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MobileAppTroubleshootingAppPolicyCreationHistory.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected RunState |
runState |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, occurrenceDateTime, odataType, troubleshootingErrorDetails| Modifier | Constructor and Description |
|---|---|
protected |
MobileAppTroubleshootingAppPolicyCreationHistory() |
| Modifier and Type | Method and Description |
|---|---|
static MobileAppTroubleshootingAppPolicyCreationHistory.Builder |
builderMobileAppTroubleshootingAppPolicyCreationHistory()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
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() |
MobileAppTroubleshootingAppPolicyCreationHistory |
withErrorCode(String errorCode)
Returns an immutable copy of
this with just the errorCode field
changed. |
MobileAppTroubleshootingAppPolicyCreationHistory |
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 RunState runState
protected String errorCode
protected MobileAppTroubleshootingAppPolicyCreationHistory()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MobileAppTroubleshootingHistoryItempublic Optional<RunState> getRunState()
public MobileAppTroubleshootingAppPolicyCreationHistory 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 MobileAppTroubleshootingAppPolicyCreationHistory 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 MobileAppTroubleshootingAppPolicyCreationHistory.Builder builderMobileAppTroubleshootingAppPolicyCreationHistory()
public String toString()
toString in class MobileAppTroubleshootingHistoryItemCopyright © 2018–2020. All rights reserved.