public class CallRoute extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
CallRoute.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected IdentitySet |
final_ |
protected String |
odataType |
protected IdentitySet |
original |
protected RoutingType |
routingType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
CallRoute() |
| Modifier and Type | Method and Description |
|---|---|
static CallRoute.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<IdentitySet> |
getFinal() |
Optional<IdentitySet> |
getOriginal() |
Optional<RoutingType> |
getRoutingType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
CallRoute |
withFinal(IdentitySet final_) |
CallRoute |
withOriginal(IdentitySet original) |
CallRoute |
withRoutingType(RoutingType routingType) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected RoutingType routingType
protected IdentitySet original
protected IdentitySet final_
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<RoutingType> getRoutingType()
public CallRoute withRoutingType(RoutingType routingType)
public Optional<IdentitySet> getOriginal()
public CallRoute withOriginal(IdentitySet original)
public Optional<IdentitySet> getFinal()
public CallRoute withFinal(IdentitySet final_)
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 CallRoute.Builder builder()
Copyright © 2018–2020. All rights reserved.