public class OnPremisesProvisioningError extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OnPremisesProvisioningError.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
occurredDateTime |
protected String |
odataType |
protected String |
propertyCausingError |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
OnPremisesProvisioningError() |
| Modifier and Type | Method and Description |
|---|---|
static OnPremisesProvisioningError.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getCategory() |
Optional<OffsetDateTime> |
getOccurredDateTime() |
Optional<String> |
getPropertyCausingError() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getValue() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
OnPremisesProvisioningError |
withCategory(String category) |
OnPremisesProvisioningError |
withOccurredDateTime(OffsetDateTime occurredDateTime) |
OnPremisesProvisioningError |
withPropertyCausingError(String propertyCausingError) |
OnPremisesProvisioningError |
withValue(String value) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String value
protected String category
protected String propertyCausingError
protected OffsetDateTime occurredDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic OnPremisesProvisioningError withValue(String value)
public OnPremisesProvisioningError withCategory(String category)
public OnPremisesProvisioningError withPropertyCausingError(String propertyCausingError)
public Optional<OffsetDateTime> getOccurredDateTime()
public OnPremisesProvisioningError withOccurredDateTime(OffsetDateTime occurredDateTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static OnPremisesProvisioningError.Builder builder()
Copyright © 2018–2020. All rights reserved.