public class PrinterStatus extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PrinterStatus.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected PrinterProcessingState |
processingState |
protected String |
processingStateDescription |
protected List<PrinterProcessingStateReason> |
processingStateReasons |
protected String |
processingStateReasonsNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PrinterStatus() |
| Modifier and Type | Method and Description |
|---|---|
static PrinterStatus.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<PrinterProcessingState> |
getProcessingState() |
Optional<String> |
getProcessingStateDescription() |
com.github.davidmoten.odata.client.CollectionPage<PrinterProcessingStateReason> |
getProcessingStateReasons() |
com.github.davidmoten.odata.client.CollectionPage<PrinterProcessingStateReason> |
getProcessingStateReasons(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
PrinterStatus |
withProcessingState(PrinterProcessingState processingState) |
PrinterStatus |
withProcessingStateDescription(String processingStateDescription) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected PrinterProcessingState processingState
protected List<PrinterProcessingStateReason> processingStateReasons
protected String processingStateReasonsNextLink
protected String processingStateDescription
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<PrinterProcessingState> getProcessingState()
public PrinterStatus withProcessingState(PrinterProcessingState processingState)
public com.github.davidmoten.odata.client.CollectionPage<PrinterProcessingStateReason> getProcessingStateReasons()
public com.github.davidmoten.odata.client.CollectionPage<PrinterProcessingStateReason> getProcessingStateReasons(com.github.davidmoten.odata.client.HttpRequestOptions options)
public PrinterStatus withProcessingStateDescription(String processingStateDescription)
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 PrinterStatus.Builder builder()
Copyright © 2018–2020. All rights reserved.