Package com.chrt.api.types
Interface CargoClientCreate1._FinalStage
-
- All Known Implementing Classes:
CargoClientCreate1.Builder
- Enclosing class:
- CargoClientCreate1
public static interface CargoClientCreate1._FinalStage
-
-
Method Summary
-
-
-
Method Detail
-
build
CargoClientCreate1 build()
-
quantity
CargoClientCreate1._FinalStage quantity(java.util.Optional<java.lang.Integer> quantity)
-
quantity
CargoClientCreate1._FinalStage quantity(java.lang.Integer quantity)
-
quantity
CargoClientCreate1._FinalStage quantity(Nullable<java.lang.Integer> quantity)
-
weightPounds
CargoClientCreate1._FinalStage weightPounds(java.util.Optional<java.lang.Double> weightPounds)
-
weightPounds
CargoClientCreate1._FinalStage weightPounds(java.lang.Double weightPounds)
-
weightPounds
CargoClientCreate1._FinalStage weightPounds(Nullable<java.lang.Double> weightPounds)
-
lengthInches
CargoClientCreate1._FinalStage lengthInches(java.util.Optional<java.lang.Double> lengthInches)
-
lengthInches
CargoClientCreate1._FinalStage lengthInches(java.lang.Double lengthInches)
-
lengthInches
CargoClientCreate1._FinalStage lengthInches(Nullable<java.lang.Double> lengthInches)
-
widthInches
CargoClientCreate1._FinalStage widthInches(java.util.Optional<java.lang.Double> widthInches)
-
widthInches
CargoClientCreate1._FinalStage widthInches(java.lang.Double widthInches)
-
widthInches
CargoClientCreate1._FinalStage widthInches(Nullable<java.lang.Double> widthInches)
-
heightInches
CargoClientCreate1._FinalStage heightInches(java.util.Optional<java.lang.Double> heightInches)
-
heightInches
CargoClientCreate1._FinalStage heightInches(java.lang.Double heightInches)
-
heightInches
CargoClientCreate1._FinalStage heightInches(Nullable<java.lang.Double> heightInches)
-
turnable
CargoClientCreate1._FinalStage turnable(java.util.Optional<java.lang.Boolean> turnable)
-
turnable
CargoClientCreate1._FinalStage turnable(java.lang.Boolean turnable)
-
turnable
CargoClientCreate1._FinalStage turnable(Nullable<java.lang.Boolean> turnable)
-
stackable
CargoClientCreate1._FinalStage stackable(java.util.Optional<java.lang.Boolean> stackable)
-
stackable
CargoClientCreate1._FinalStage stackable(java.lang.Boolean stackable)
-
stackable
CargoClientCreate1._FinalStage stackable(Nullable<java.lang.Boolean> stackable)
-
description
CargoClientCreate1._FinalStage description(java.util.Optional<java.lang.String> description)
-
description
CargoClientCreate1._FinalStage description(java.lang.String description)
-
description
CargoClientCreate1._FinalStage description(Nullable<java.lang.String> description)
-
-