| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<ProposalParty> |
AppointmentProposal.proposalParties |
| Modifier and Type | Method and Description |
|---|---|
ProposalParty |
ProposalParty.Builder.build() |
ProposalParty |
ProposalParty.withDisplayName(String displayName) |
ProposalParty |
ProposalParty.withEffortRequired(Double effortRequired) |
ProposalParty |
ProposalParty.withEntityName(String entityName) |
ProposalParty |
ProposalParty.withResourceId(String resourceId) |
ProposalParty |
ProposalParty.withResourceSpecId(String resourceSpecId) |
ProposalParty |
ProposalParty.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ProposalParty> |
AppointmentProposal.getProposalParties() |
com.github.davidmoten.odata.client.CollectionPage<ProposalParty> |
AppointmentProposal.getProposalParties(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
AppointmentProposal.Builder |
AppointmentProposal.Builder.proposalParties(ProposalParty... proposalParties) |
| Modifier and Type | Method and Description |
|---|---|
AppointmentProposal.Builder |
AppointmentProposal.Builder.proposalParties(List<ProposalParty> proposalParties) |
Copyright © 2018–2020. All rights reserved.