| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<ObjectiveRelation> |
AppointmentRequest.objectives |
| Modifier and Type | Method and Description |
|---|---|
ObjectiveRelation |
ObjectiveRelation.Builder.build() |
ObjectiveRelation |
ObjectiveRelation.withObjectiveExpression(String objectiveExpression) |
ObjectiveRelation |
ObjectiveRelation.withResourceSpecId(String resourceSpecId) |
ObjectiveRelation |
ObjectiveRelation.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ObjectiveRelation> |
AppointmentRequest.getObjectives() |
com.github.davidmoten.odata.client.CollectionPage<ObjectiveRelation> |
AppointmentRequest.getObjectives(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
AppointmentRequest.Builder |
AppointmentRequest.Builder.objectives(ObjectiveRelation... objectives) |
| Modifier and Type | Method and Description |
|---|---|
AppointmentRequest.Builder |
AppointmentRequest.Builder.objectives(List<ObjectiveRelation> objectives) |
Copyright © 2018–2020. All rights reserved.