Package microsoft.dynamics.crm.complex
Class AppointmentProposal
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AppointmentProposal
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AppointmentProposal extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppointmentProposal.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected OffsetDateTimeendprotected StringodataTypeprotected List<ProposalParty>proposalPartiesprotected StringproposalPartiesNextLinkprotected UUIDsiteIdprotected StringsiteNameprotected OffsetDateTimestartprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppointmentProposal()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppointmentProposal.Builderbuilder()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<UUID>getSiteId()Optional<String>getSiteName()Optional<OffsetDateTime>getStart()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AppointmentProposalwithEnd(OffsetDateTime end)AppointmentProposalwithSiteId(UUID siteId)AppointmentProposalwithSiteName(String siteName)AppointmentProposalwithStart(OffsetDateTime start)AppointmentProposalwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
start
protected OffsetDateTime start
-
end
protected OffsetDateTime end
-
siteId
protected UUID siteId
-
siteName
protected String siteName
-
proposalParties
protected List<ProposalParty> proposalParties
-
proposalPartiesNextLink
protected String proposalPartiesNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getStart
public Optional<OffsetDateTime> getStart()
-
withStart
public AppointmentProposal withStart(OffsetDateTime start)
-
getEnd
public Optional<OffsetDateTime> getEnd()
-
withEnd
public AppointmentProposal withEnd(OffsetDateTime end)
-
withSiteId
public AppointmentProposal withSiteId(UUID siteId)
-
withSiteName
public AppointmentProposal withSiteName(String siteName)
-
getProposalParties
public com.github.davidmoten.odata.client.CollectionPage<ProposalParty> getProposalParties()
-
getProposalParties
public com.github.davidmoten.odata.client.CollectionPage<ProposalParty> getProposalParties(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public AppointmentProposal withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AppointmentProposal.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-