Uses of Class
io.deeplumen.ucp.models.schemas.shopping.Expectation
Packages that use Expectation
-
Uses of Expectation in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return ExpectationModifier and TypeMethodDescriptionExpectation.withAdditionalProperty(String name, Object value) Expectation.withDescription(String description) Expectation.withDestination(PostalAddress destination) Expectation.withFulfillableOn(String fulfillableOn) Expectation.withLineItems(List<LineItem> lineItems) Expectation.withMethodType(Expectation.MethodType methodType) Methods in io.deeplumen.ucp.models.schemas.shopping that return types with arguments of type ExpectationModifier and TypeMethodDescriptionFulfillment.getExpectations()Buyer-facing groups representing when/how items will be delivered.Method parameters in io.deeplumen.ucp.models.schemas.shopping with type arguments of type ExpectationModifier and TypeMethodDescriptionvoidFulfillment.setExpectations(List<Expectation> expectations) Buyer-facing groups representing when/how items will be delivered.Fulfillment.withExpectations(List<Expectation> expectations)