public class Photo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Photo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
cameraMake |
protected String |
cameraModel |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Double |
exposureDenominator |
protected Double |
exposureNumerator |
protected Double |
fNumber |
protected Double |
focalLength |
protected Integer |
iso |
protected String |
odataType |
protected Short |
orientation |
protected OffsetDateTime |
takenDateTime |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Photo() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String cameraMake
protected String cameraModel
protected Double exposureDenominator
protected Double exposureNumerator
protected Double fNumber
protected Double focalLength
protected Integer iso
protected Short orientation
protected OffsetDateTime takenDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OffsetDateTime> getTakenDateTime()
public Photo withTakenDateTime(OffsetDateTime takenDateTime)
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 Photo.Builder builder()
Copyright © 2018–2020. All rights reserved.