public class PrintConnector extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
PrintConnector.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
appVersion |
protected DeviceHealth |
deviceHealth |
protected String |
fullyQualifiedDomainName |
protected PrinterLocation |
location |
protected String |
name |
protected String |
operatingSystem |
protected OffsetDateTime |
registeredDateTime |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
PrintConnector() |
| Modifier and Type | Method and Description |
|---|---|
static PrintConnector.Builder |
builderPrintConnector()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAppVersion() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<DeviceHealth> |
getDeviceHealth() |
Optional<String> |
getFullyQualifiedDomainName() |
Optional<PrinterLocation> |
getLocation() |
Optional<String> |
getName() |
Optional<String> |
getOperatingSystem() |
Optional<OffsetDateTime> |
getRegisteredDateTime() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
PrintConnector |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
PrintConnector |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
PrintConnector |
withAppVersion(String appVersion) |
PrintConnector |
withDeviceHealth(DeviceHealth deviceHealth) |
PrintConnector |
withFullyQualifiedDomainName(String fullyQualifiedDomainName) |
PrintConnector |
withLocation(PrinterLocation location) |
PrintConnector |
withName(String name) |
PrintConnector |
withOperatingSystem(String operatingSystem) |
PrintConnector |
withRegisteredDateTime(OffsetDateTime registeredDateTime) |
protected String name
protected String fullyQualifiedDomainName
protected String operatingSystem
protected String appVersion
protected DeviceHealth deviceHealth
protected PrinterLocation location
protected OffsetDateTime registeredDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static PrintConnector.Builder builderPrintConnector()
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 PrintConnector withName(String name)
public PrintConnector withFullyQualifiedDomainName(String fullyQualifiedDomainName)
public PrintConnector withOperatingSystem(String operatingSystem)
public PrintConnector withAppVersion(String appVersion)
public Optional<DeviceHealth> getDeviceHealth()
public PrintConnector withDeviceHealth(DeviceHealth deviceHealth)
public Optional<PrinterLocation> getLocation()
public PrintConnector withLocation(PrinterLocation location)
public Optional<OffsetDateTime> getRegisteredDateTime()
public PrintConnector withRegisteredDateTime(OffsetDateTime registeredDateTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic PrintConnector patch()
this with changed fields reset.public PrintConnector put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.