| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<ConstraintRelation> |
AppointmentRequest.constraints |
| Modifier and Type | Method and Description |
|---|---|
ConstraintRelation |
ConstraintRelation.Builder.build() |
ConstraintRelation |
ConstraintRelation.withConstraints(String constraints) |
ConstraintRelation |
ConstraintRelation.withConstraintType(String constraintType) |
ConstraintRelation |
ConstraintRelation.withObjectId(String objectId) |
ConstraintRelation |
ConstraintRelation.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ConstraintRelation> |
AppointmentRequest.getConstraints() |
com.github.davidmoten.odata.client.CollectionPage<ConstraintRelation> |
AppointmentRequest.getConstraints(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
AppointmentRequest.Builder |
AppointmentRequest.Builder.constraints(ConstraintRelation... constraints) |
| Modifier and Type | Method and Description |
|---|---|
AppointmentRequest.Builder |
AppointmentRequest.Builder.constraints(List<ConstraintRelation> constraints) |
Copyright © 2018–2020. All rights reserved.