public class LinkEntity extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkEntity.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnSet |
columns |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
entityAlias |
protected JoinOperator |
joinOperator |
protected FilterExpression |
linkCriteria |
protected List<LinkEntity> |
linkEntities |
protected String |
linkEntitiesNextLink |
protected String |
linkFromAttributeName |
protected String |
linkFromEntityName |
protected String |
linkToAttributeName |
protected String |
linkToEntityName |
protected String |
odataType |
protected List<OrderExpression> |
orders |
protected String |
ordersNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
LinkEntity() |
| Modifier and Type | Method and Description |
|---|---|
static LinkEntity.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<ColumnSet> |
getColumns() |
Optional<String> |
getEntityAlias() |
Optional<JoinOperator> |
getJoinOperator() |
Optional<FilterExpression> |
getLinkCriteria() |
com.github.davidmoten.odata.client.CollectionPage<LinkEntity> |
getLinkEntities() |
com.github.davidmoten.odata.client.CollectionPage<LinkEntity> |
getLinkEntities(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getLinkFromAttributeName() |
Optional<String> |
getLinkFromEntityName() |
Optional<String> |
getLinkToAttributeName() |
Optional<String> |
getLinkToEntityName() |
com.github.davidmoten.odata.client.CollectionPage<OrderExpression> |
getOrders() |
com.github.davidmoten.odata.client.CollectionPage<OrderExpression> |
getOrders(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
LinkEntity |
withColumns(ColumnSet columns) |
LinkEntity |
withEntityAlias(String entityAlias) |
LinkEntity |
withJoinOperator(JoinOperator joinOperator) |
LinkEntity |
withLinkCriteria(FilterExpression linkCriteria) |
LinkEntity |
withLinkFromAttributeName(String linkFromAttributeName) |
LinkEntity |
withLinkFromEntityName(String linkFromEntityName) |
LinkEntity |
withLinkToAttributeName(String linkToAttributeName) |
LinkEntity |
withLinkToEntityName(String linkToEntityName) |
LinkEntity |
withUnmappedField(String name,
String value) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String linkFromAttributeName
protected String linkFromEntityName
protected String linkToEntityName
protected String linkToAttributeName
protected JoinOperator joinOperator
protected FilterExpression linkCriteria
protected List<LinkEntity> linkEntities
protected String linkEntitiesNextLink
protected ColumnSet columns
protected String entityAlias
protected List<OrderExpression> orders
protected String ordersNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic LinkEntity withLinkFromAttributeName(String linkFromAttributeName)
public LinkEntity withLinkFromEntityName(String linkFromEntityName)
public LinkEntity withLinkToEntityName(String linkToEntityName)
public LinkEntity withLinkToAttributeName(String linkToAttributeName)
public Optional<JoinOperator> getJoinOperator()
public LinkEntity withJoinOperator(JoinOperator joinOperator)
public Optional<FilterExpression> getLinkCriteria()
public LinkEntity withLinkCriteria(FilterExpression linkCriteria)
public com.github.davidmoten.odata.client.CollectionPage<LinkEntity> getLinkEntities()
public com.github.davidmoten.odata.client.CollectionPage<LinkEntity> getLinkEntities(com.github.davidmoten.odata.client.HttpRequestOptions options)
public LinkEntity withColumns(ColumnSet columns)
public LinkEntity withEntityAlias(String entityAlias)
public com.github.davidmoten.odata.client.CollectionPage<OrderExpression> getOrders()
public com.github.davidmoten.odata.client.CollectionPage<OrderExpression> getOrders(com.github.davidmoten.odata.client.HttpRequestOptions options)
public LinkEntity withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.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 LinkEntity.Builder builder()
Copyright © 2018–2020. All rights reserved.