Uses of Class
microsoft.dynamics.crm.complex.AppointmentProposal
-
Packages that use AppointmentProposal Package Description microsoft.dynamics.crm.complex -
-
Uses of AppointmentProposal in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type AppointmentProposal Modifier and Type Field Description protected List<AppointmentProposal>SearchResults. proposalsMethods in microsoft.dynamics.crm.complex that return AppointmentProposal Modifier and Type Method Description AppointmentProposalAppointmentProposal.Builder. build()AppointmentProposalAppointmentProposal. withEnd(OffsetDateTime end)AppointmentProposalAppointmentProposal. withSiteId(UUID siteId)AppointmentProposalAppointmentProposal. withSiteName(String siteName)AppointmentProposalAppointmentProposal. withStart(OffsetDateTime start)AppointmentProposalAppointmentProposal. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type AppointmentProposal Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AppointmentProposal>SearchResults. getProposals()com.github.davidmoten.odata.client.CollectionPage<AppointmentProposal>SearchResults. getProposals(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type AppointmentProposal Modifier and Type Method Description SearchResults.BuilderSearchResults.Builder. proposals(AppointmentProposal... proposals)Method parameters in microsoft.dynamics.crm.complex with type arguments of type AppointmentProposal Modifier and Type Method Description SearchResults.BuilderSearchResults.Builder. proposals(List<AppointmentProposal> proposals)
-