public class AppointmentProposal extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppointmentProposal.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected OffsetDateTime |
end |
protected String |
odataType |
protected List<ProposalParty> |
proposalParties |
protected String |
proposalPartiesNextLink |
protected String |
siteId |
protected String |
siteName |
protected OffsetDateTime |
start |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
AppointmentProposal() |
| Modifier and Type | Method and Description |
|---|---|
static AppointmentProposal.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<OffsetDateTime> |
getEnd() |
com.github.davidmoten.odata.client.CollectionPage<ProposalParty> |
getProposalParties() |
com.github.davidmoten.odata.client.CollectionPage<ProposalParty> |
getProposalParties(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getSiteId() |
Optional<String> |
getSiteName() |
Optional<OffsetDateTime> |
getStart() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AppointmentProposal |
withEnd(OffsetDateTime end) |
AppointmentProposal |
withSiteId(String siteId) |
AppointmentProposal |
withSiteName(String siteName) |
AppointmentProposal |
withStart(OffsetDateTime start) |
AppointmentProposal |
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 OffsetDateTime start
protected OffsetDateTime end
protected String siteId
protected String siteName
protected List<ProposalParty> proposalParties
protected String proposalPartiesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<OffsetDateTime> getStart()
public AppointmentProposal withStart(OffsetDateTime start)
public Optional<OffsetDateTime> getEnd()
public AppointmentProposal withEnd(OffsetDateTime end)
public AppointmentProposal withSiteId(String siteId)
public AppointmentProposal withSiteName(String siteName)
public com.github.davidmoten.odata.client.CollectionPage<ProposalParty> getProposalParties()
public com.github.davidmoten.odata.client.CollectionPage<ProposalParty> getProposalParties(com.github.davidmoten.odata.client.HttpRequestOptions options)
public AppointmentProposal 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 AppointmentProposal.Builder builder()
Copyright © 2018–2021. All rights reserved.