Uses of Class
microsoft.dynamics.crm.complex.ObjectiveRelation
-
Packages that use ObjectiveRelation Package Description microsoft.dynamics.crm.complex -
-
Uses of ObjectiveRelation in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type ObjectiveRelation Modifier and Type Field Description protected List<ObjectiveRelation>AppointmentRequest. objectivesMethods in microsoft.dynamics.crm.complex that return ObjectiveRelation Modifier and Type Method Description ObjectiveRelationObjectiveRelation.Builder. build()ObjectiveRelationObjectiveRelation. withObjectiveExpression(String objectiveExpression)ObjectiveRelationObjectiveRelation. withResourceSpecId(UUID resourceSpecId)ObjectiveRelationObjectiveRelation. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type ObjectiveRelation Modifier and Type Method 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)Methods in microsoft.dynamics.crm.complex with parameters of type ObjectiveRelation Modifier and Type Method Description AppointmentRequest.BuilderAppointmentRequest.Builder. objectives(ObjectiveRelation... objectives)Method parameters in microsoft.dynamics.crm.complex with type arguments of type ObjectiveRelation Modifier and Type Method Description AppointmentRequest.BuilderAppointmentRequest.Builder. objectives(List<ObjectiveRelation> objectives)
-