| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<AppointmentProposal> |
SearchResults.proposals |
| Modifier and Type | Method and Description |
|---|---|
AppointmentProposal |
AppointmentProposal.Builder.build() |
AppointmentProposal |
AppointmentProposal.withEnd(OffsetDateTime end) |
AppointmentProposal |
AppointmentProposal.withSiteId(String siteId) |
AppointmentProposal |
AppointmentProposal.withSiteName(String siteName) |
AppointmentProposal |
AppointmentProposal.withStart(OffsetDateTime start) |
AppointmentProposal |
AppointmentProposal.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
SearchResults.Builder |
SearchResults.Builder.proposals(AppointmentProposal... proposals) |
| Modifier and Type | Method and Description |
|---|---|
SearchResults.Builder |
SearchResults.Builder.proposals(List<AppointmentProposal> proposals) |
Copyright © 2018–2021. All rights reserved.