Uses of Class
microsoft.dynamics.crm.complex.ProposalParty
-
Packages that use ProposalParty Package Description microsoft.dynamics.crm.complex -
-
Uses of ProposalParty in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type ProposalParty Modifier and Type Field Description protected List<ProposalParty>AppointmentProposal. proposalPartiesMethods in microsoft.dynamics.crm.complex that return ProposalParty Modifier and Type Method Description ProposalPartyProposalParty.Builder. build()ProposalPartyProposalParty. withDisplayName(String displayName)ProposalPartyProposalParty. withEffortRequired(Double effortRequired)ProposalPartyProposalParty. withEntityName(String entityName)ProposalPartyProposalParty. withResourceId(UUID resourceId)ProposalPartyProposalParty. withResourceSpecId(UUID resourceSpecId)ProposalPartyProposalParty. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type ProposalParty Modifier and Type Method 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)Methods in microsoft.dynamics.crm.complex with parameters of type ProposalParty Modifier and Type Method Description AppointmentProposal.BuilderAppointmentProposal.Builder. proposalParties(ProposalParty... proposalParties)Method parameters in microsoft.dynamics.crm.complex with type arguments of type ProposalParty Modifier and Type Method Description AppointmentProposal.BuilderAppointmentProposal.Builder. proposalParties(List<ProposalParty> proposalParties)
-