public class ConnectorGroup 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 |
ConnectorGroup.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ConnectorGroupType |
connectorGroupType |
protected Boolean |
isDefault |
protected String |
name |
protected ConnectorGroupRegion |
region |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ConnectorGroup() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorGroup.Builder |
builderConnectorGroup()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
ApplicationCollectionRequest |
getApplications() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<ConnectorGroupType> |
getConnectorGroupType() |
Optional<Boolean> |
getIsDefault() |
ConnectorCollectionRequest |
getMembers() |
Optional<String> |
getName() |
Optional<ConnectorGroupRegion> |
getRegion() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ConnectorGroup |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ConnectorGroup |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ConnectorGroup |
withConnectorGroupType(ConnectorGroupType connectorGroupType) |
ConnectorGroup |
withIsDefault(Boolean isDefault) |
ConnectorGroup |
withName(String name) |
ConnectorGroup |
withRegion(ConnectorGroupRegion region) |
protected String name
protected ConnectorGroupType connectorGroupType
protected Boolean isDefault
protected ConnectorGroupRegion region
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ConnectorGroup.Builder builderConnectorGroup()
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 ConnectorGroup withName(String name)
public Optional<ConnectorGroupType> getConnectorGroupType()
public ConnectorGroup withConnectorGroupType(ConnectorGroupType connectorGroupType)
public ConnectorGroup withIsDefault(Boolean isDefault)
public Optional<ConnectorGroupRegion> getRegion()
public ConnectorGroup withRegion(ConnectorGroupRegion region)
public ConnectorCollectionRequest getMembers()
public ApplicationCollectionRequest getApplications()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ConnectorGroup patch()
this with changed fields reset.public ConnectorGroup put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.