public class Connector extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = true
Org.OData.Capabilities.V1.NavigationRestrictions
Referenceable = true
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.TopSupported
true
Org.OData.Capabilities.V1.SkipSupported
true
| Modifier and Type | Class and Description |
|---|---|
static class |
Connector.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalIp |
protected String |
machineName |
protected ConnectorStatus |
status |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Connector() |
| Modifier and Type | Method and Description |
|---|---|
static Connector.Builder |
builderConnector()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getExternalIp() |
Optional<String> |
getMachineName() |
ConnectorGroupCollectionRequest |
getMemberOf() |
Optional<ConnectorStatus> |
getStatus() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Connector |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Connector |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Connector |
withExternalIp(String externalIp) |
Connector |
withMachineName(String machineName) |
Connector |
withStatus(ConnectorStatus status) |
protected String machineName
protected String externalIp
protected ConnectorStatus status
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Connector.Builder builderConnector()
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 Optional<ConnectorStatus> getStatus()
public Connector withStatus(ConnectorStatus status)
public ConnectorGroupCollectionRequest getMemberOf()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Connector patch()
this with changed fields reset.public Connector put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.