public class InstitutionData extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
InstitutionData.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
description |
protected String |
displayName |
protected PhysicalAddress |
location |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
webUrl |
| Modifier | Constructor and Description |
|---|---|
protected |
InstitutionData() |
| Modifier and Type | Method and Description |
|---|---|
static InstitutionData.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getDescription() |
Optional<String> |
getDisplayName() |
Optional<PhysicalAddress> |
getLocation() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getWebUrl() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
InstitutionData |
withDescription(String description) |
InstitutionData |
withDisplayName(String displayName) |
InstitutionData |
withLocation(PhysicalAddress location) |
InstitutionData |
withWebUrl(String webUrl) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String description
protected String displayName
protected PhysicalAddress location
protected String webUrl
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic InstitutionData withDescription(String description)
public InstitutionData withDisplayName(String displayName)
public Optional<PhysicalAddress> getLocation()
public InstitutionData withLocation(PhysicalAddress location)
public InstitutionData withWebUrl(String webUrl)
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 InstitutionData.Builder builder()
Copyright © 2018–2020. All rights reserved.