Uses of Class
microsoft.dynamics.crm.complex.ConstraintRelation
-
Packages that use ConstraintRelation Package Description microsoft.dynamics.crm.complex -
-
Uses of ConstraintRelation in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type ConstraintRelation Modifier and Type Field Description protected List<ConstraintRelation>AppointmentRequest. constraintsMethods in microsoft.dynamics.crm.complex that return ConstraintRelation Modifier and Type Method Description ConstraintRelationConstraintRelation.Builder. build()ConstraintRelationConstraintRelation. withConstraints(String constraints)ConstraintRelationConstraintRelation. withConstraintType(String constraintType)ConstraintRelationConstraintRelation. withObjectId(UUID objectId)ConstraintRelationConstraintRelation. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type ConstraintRelation Modifier and Type Method 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)Methods in microsoft.dynamics.crm.complex with parameters of type ConstraintRelation Modifier and Type Method Description AppointmentRequest.BuilderAppointmentRequest.Builder. constraints(ConstraintRelation... constraints)Method parameters in microsoft.dynamics.crm.complex with type arguments of type ConstraintRelation Modifier and Type Method Description AppointmentRequest.BuilderAppointmentRequest.Builder. constraints(List<ConstraintRelation> constraints)
-