Package com.commercetools.compat
Class GetByKeyBuilder
java.lang.Object
com.commercetools.compat.GetByKeyBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncart(CartResourceIdentifier identifiable, Function<CartByKeyGet, CartByKeyGet> getDsl) cart(ResourceIdentifiable<Cart> identifiable, Function<CartByKeyGet, CartByKeyGet> getDsl) cart(String key, Function<CartByKeyGet, CartByKeyGet> getDsl) cartDiscount(CartDiscountResourceIdentifier identifiable, Function<CartDiscountByKeyGet, CartDiscountByKeyGet> getDsl) cartDiscount(ResourceIdentifiable<CartDiscount> identifiable, Function<CartDiscountByKeyGet, CartDiscountByKeyGet> getDsl) cartDiscount(String key, Function<CartDiscountByKeyGet, CartDiscountByKeyGet> getDsl) category(CategoryResourceIdentifier identifiable, Function<CategoryByKeyGet, CategoryByKeyGet> getDsl) category(ResourceIdentifiable<Category> identifiable, Function<CategoryByKeyGet, CategoryByKeyGet> getDsl) category(String key, Function<CategoryByKeyGet, CategoryByKeyGet> getDsl) customer(CustomerResourceIdentifier identifiable, Function<CustomerByKeyGet, CustomerByKeyGet> getDsl) customer(ResourceIdentifiable<Customer> identifiable, Function<CustomerByKeyGet, CustomerByKeyGet> getDsl) customer(String key, Function<CustomerByKeyGet, CustomerByKeyGet> getDsl) customerGroup(CustomerGroupResourceIdentifier identifiable, Function<CustomerGroupByKeyGet, CustomerGroupByKeyGet> getDsl) customerGroup(ResourceIdentifiable<CustomerGroup> identifiable, Function<CustomerGroupByKeyGet, CustomerGroupByKeyGet> getDsl) customerGroup(String key, Function<CustomerGroupByKeyGet, CustomerGroupByKeyGet> getDsl) extension(ResourceIdentifiable<Extension> identifiable) static <T extends ApiMethod<T,TResult> & ExpandableTrait<T>, TResult, TQuery extends MetaModelGetDsl<?, ?, ?, ?>>
Tstatic <T extends ApiMethod<T,TResult> & ExpandableTrait<T>, TResult, TQuery extends MetaModelGetDsl<?, ?, ?, ?>>
Tget(T request, TQuery getDsl) static GetByKeyBuilderof(ProjectApiRoot apiRoot) order(OrderResourceIdentifier identifiable, Function<OrderByOrderNumberGet, OrderByOrderNumberGet> getDsl) Deprecated.order(ResourceIdentifiable<Order> identifiable, Function<OrderByOrderNumberGet, OrderByOrderNumberGet> getDsl) Deprecated.order(String key, Function<OrderByOrderNumberGet, OrderByOrderNumberGet> getDsl) payment(PaymentResourceIdentifier identifiable, Function<PaymentByKeyGet, PaymentByKeyGet> getDsl) payment(ResourceIdentifiable<Payment> identifiable, Function<PaymentByKeyGet, PaymentByKeyGet> getDsl) payment(String key, Function<PaymentByKeyGet, PaymentByKeyGet> getDsl) product(ProductResourceIdentifier identifiable, Function<ProductByKeyGet, ProductByKeyGet> getDsl) product(ResourceIdentifiable<Product> identifiable, Function<ProductByKeyGet, ProductByKeyGet> getDsl) product(String key, Function<ProductByKeyGet, ProductByKeyGet> getDsl) productDiscount(ProductDiscountResourceIdentifier identifiable, Function<ProductDiscountByKeyGet, ProductDiscountByKeyGet> getDsl) productDiscount(ResourceIdentifiable<ProductDiscount> identifiable, Function<ProductDiscountByKeyGet, ProductDiscountByKeyGet> getDsl) productProjection(ProductResourceIdentifier identifiable, ProductProjectionType projectionType, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) productProjection(ProductResourceIdentifier identifiable, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) productProjection(ResourceIdentifiable<ProductProjection> identifiable, ProductProjectionType projectionType, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) productProjection(ResourceIdentifiable<ProductProjection> identifiable, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) productProjection(String key, ProductProjectionType projectionType, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) productProjectionStaged(ProductResourceIdentifier identifiable, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) productProjectionStaged(ResourceIdentifiable<ProductProjection> identifiable, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) productProjectionStaged(String key, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) productType(ProductTypeResourceIdentifier identifiable, Function<ProductTypeByKeyGet, ProductTypeByKeyGet> getDsl) productType(ResourceIdentifiable<ProductType> identifiable, Function<ProductTypeByKeyGet, ProductTypeByKeyGet> getDsl) productType(String key, Function<ProductTypeByKeyGet, ProductTypeByKeyGet> getDsl) review(ReviewResourceIdentifier identifiable, Function<ReviewByKeyGet, ReviewByKeyGet> getDsl) review(ResourceIdentifiable<Review> identifiable, Function<ReviewByKeyGet, ReviewByKeyGet> getDsl) review(String key, Function<ReviewByKeyGet, ReviewByKeyGet> getDsl) shippingMethod(ShippingMethodResourceIdentifier identifiable, Function<ShippingMethodByKeyGet, ShippingMethodByKeyGet> getDsl) shippingMethod(ResourceIdentifiable<ShippingMethod> identifiable, Function<ShippingMethodByKeyGet, ShippingMethodByKeyGet> getDsl) shippingMethod(String key, Function<ShippingMethodByKeyGet, ShippingMethodByKeyGet> getDsl) shoppingList(ShoppingListResourceIdentifier identifiable, Function<ShoppingListByKeyGet, ShoppingListByKeyGet> getDsl) shoppingList(ResourceIdentifiable<ShoppingList> identifiable, Function<ShoppingListByKeyGet, ShoppingListByKeyGet> getDsl) shoppingList(String key, Function<ShoppingListByKeyGet, ShoppingListByKeyGet> getDsl) state(StateResourceIdentifier identifiable, Function<StateByKeyGet, StateByKeyGet> getDsl) state(ResourceIdentifiable<State> identifiable, Function<StateByKeyGet, StateByKeyGet> getDsl) state(String key, Function<StateByKeyGet, StateByKeyGet> getDsl) store(StoreResourceIdentifier identifiable, Function<StoreByKeyGet, StoreByKeyGet> getDsl) store(ResourceIdentifiable<Store> identifiable, Function<StoreByKeyGet, StoreByKeyGet> getDsl) store(String key, Function<StoreByKeyGet, StoreByKeyGet> getDsl) subscription(ResourceIdentifiable<Subscription> identifiable) subscription(String key) taxCategory(TaxCategoryResourceIdentifier identifiable, Function<TaxCategoryByKeyGet, TaxCategoryByKeyGet> getDsl) taxCategory(ResourceIdentifiable<TaxCategory> identifiable, Function<TaxCategoryByKeyGet, TaxCategoryByKeyGet> getDsl) taxCategory(String key, Function<TaxCategoryByKeyGet, TaxCategoryByKeyGet> getDsl) <T extends ApiMethod<T,TResult> & ExpandableTrait<T>, TResult, TQuery extends MetaModelGetDsl<?, ?, ?, ?>>
Twith(Function<ProjectApiRoot, T> request, Supplier<TQuery> createGetDsl, Function<TQuery, TQuery> getDsl) zone(ZoneResourceIdentifier identifiable, Function<ZoneByKeyGet, ZoneByKeyGet> getDsl) zone(ResourceIdentifiable<Zone> identifiable, Function<ZoneByKeyGet, ZoneByKeyGet> getDsl) zone(String key, Function<ZoneByKeyGet, ZoneByKeyGet> getDsl)
-
Method Details
-
of
-
get
public static <T extends ApiMethod<T,TResult> & ExpandableTrait<T>, T getTResult, TQuery extends MetaModelGetDsl<?, ?, ?, ?>> (T request, TQuery getDsl) -
get
public static <T extends ApiMethod<T,TResult> & ExpandableTrait<T>, T getTResult, TQuery extends MetaModelGetDsl<?, ?, ?, ?>> (T request, Supplier<TQuery> createGetDsl, Function<TQuery, TQuery> getDsl) -
with
public <T extends ApiMethod<T,TResult> & ExpandableTrait<T>, T withTResult, TQuery extends MetaModelGetDsl<?, ?, ?, ?>> (Function<ProjectApiRoot, T> request, Supplier<TQuery> createGetDsl, Function<TQuery, TQuery> getDsl) -
customer
public ByProjectKeyCustomersKeyByKeyGet customer(String key, Function<CustomerByKeyGet, CustomerByKeyGet> getDsl) -
customer
public ByProjectKeyCustomersKeyByKeyGet customer(CustomerResourceIdentifier identifiable, Function<CustomerByKeyGet, CustomerByKeyGet> getDsl) -
customer
public ByProjectKeyCustomersKeyByKeyGet customer(ResourceIdentifiable<Customer> identifiable, Function<CustomerByKeyGet, CustomerByKeyGet> getDsl) -
cart
-
cart
public ByProjectKeyCartsKeyByKeyGet cart(CartResourceIdentifier identifiable, Function<CartByKeyGet, CartByKeyGet> getDsl) -
cart
public ByProjectKeyCartsKeyByKeyGet cart(ResourceIdentifiable<Cart> identifiable, Function<CartByKeyGet, CartByKeyGet> getDsl) -
cartDiscount
public ByProjectKeyCartDiscountsKeyByKeyGet cartDiscount(String key, Function<CartDiscountByKeyGet, CartDiscountByKeyGet> getDsl) -
cartDiscount
public ByProjectKeyCartDiscountsKeyByKeyGet cartDiscount(CartDiscountResourceIdentifier identifiable, Function<CartDiscountByKeyGet, CartDiscountByKeyGet> getDsl) -
cartDiscount
public ByProjectKeyCartDiscountsKeyByKeyGet cartDiscount(ResourceIdentifiable<CartDiscount> identifiable, Function<CartDiscountByKeyGet, CartDiscountByKeyGet> getDsl) -
category
public ByProjectKeyCategoriesKeyByKeyGet category(String key, Function<CategoryByKeyGet, CategoryByKeyGet> getDsl) -
category
public ByProjectKeyCategoriesKeyByKeyGet category(CategoryResourceIdentifier identifiable, Function<CategoryByKeyGet, CategoryByKeyGet> getDsl) -
category
public ByProjectKeyCategoriesKeyByKeyGet category(ResourceIdentifiable<Category> identifiable, Function<CategoryByKeyGet, CategoryByKeyGet> getDsl) -
product
public ByProjectKeyProductsKeyByKeyGet product(String key, Function<ProductByKeyGet, ProductByKeyGet> getDsl) -
product
public ByProjectKeyProductsKeyByKeyGet product(ProductResourceIdentifier identifiable, Function<ProductByKeyGet, ProductByKeyGet> getDsl) -
product
public ByProjectKeyProductsKeyByKeyGet product(ResourceIdentifiable<Product> identifiable, Function<ProductByKeyGet, ProductByKeyGet> getDsl) -
productProjection
public ByProjectKeyProductProjectionsKeyByKeyGet productProjection(String key, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) -
productProjection
public ByProjectKeyProductProjectionsKeyByKeyGet productProjection(ProductResourceIdentifier identifiable, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) -
productProjection
public ByProjectKeyProductProjectionsKeyByKeyGet productProjection(ResourceIdentifiable<ProductProjection> identifiable, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) -
productProjection
public ByProjectKeyProductProjectionsKeyByKeyGet productProjection(String key, ProductProjectionType projectionType, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) -
productProjection
public ByProjectKeyProductProjectionsKeyByKeyGet productProjection(ProductResourceIdentifier identifiable, ProductProjectionType projectionType, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) -
productProjection
public ByProjectKeyProductProjectionsKeyByKeyGet productProjection(ResourceIdentifiable<ProductProjection> identifiable, ProductProjectionType projectionType, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) -
productProjectionStaged
public ByProjectKeyProductProjectionsKeyByKeyGet productProjectionStaged(String key, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) -
productProjectionStaged
public ByProjectKeyProductProjectionsKeyByKeyGet productProjectionStaged(ProductResourceIdentifier identifiable, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) -
productProjectionStaged
public ByProjectKeyProductProjectionsKeyByKeyGet productProjectionStaged(ResourceIdentifiable<ProductProjection> identifiable, Function<ProductProjectionByKeyGet, ProductProjectionByKeyGet> getDsl) -
customerGroup
public ByProjectKeyCustomerGroupsKeyByKeyGet customerGroup(String key, Function<CustomerGroupByKeyGet, CustomerGroupByKeyGet> getDsl) -
customerGroup
public ByProjectKeyCustomerGroupsKeyByKeyGet customerGroup(CustomerGroupResourceIdentifier identifiable, Function<CustomerGroupByKeyGet, CustomerGroupByKeyGet> getDsl) -
customerGroup
public ByProjectKeyCustomerGroupsKeyByKeyGet customerGroup(ResourceIdentifiable<CustomerGroup> identifiable, Function<CustomerGroupByKeyGet, CustomerGroupByKeyGet> getDsl) -
extension
-
extension
-
order
public ByProjectKeyOrdersOrderNumberByOrderNumberGet order(String key, Function<OrderByOrderNumberGet, OrderByOrderNumberGet> getDsl) -
order
@Deprecated public ByProjectKeyOrdersOrderNumberByOrderNumberGet order(OrderResourceIdentifier identifiable, Function<OrderByOrderNumberGet, OrderByOrderNumberGet> getDsl) Deprecated. -
order
@Deprecated public ByProjectKeyOrdersOrderNumberByOrderNumberGet order(ResourceIdentifiable<Order> identifiable, Function<OrderByOrderNumberGet, OrderByOrderNumberGet> getDsl) Deprecated. -
payment
public ByProjectKeyPaymentsKeyByKeyGet payment(String key, Function<PaymentByKeyGet, PaymentByKeyGet> getDsl) -
payment
public ByProjectKeyPaymentsKeyByKeyGet payment(PaymentResourceIdentifier identifiable, Function<PaymentByKeyGet, PaymentByKeyGet> getDsl) -
payment
public ByProjectKeyPaymentsKeyByKeyGet payment(ResourceIdentifiable<Payment> identifiable, Function<PaymentByKeyGet, PaymentByKeyGet> getDsl) -
productDiscount
public ByProjectKeyProductDiscountsKeyByKeyGet productDiscount(String key, Function<ProductDiscountByKeyGet, ProductDiscountByKeyGet> getDsl) -
productDiscount
public ByProjectKeyProductDiscountsKeyByKeyGet productDiscount(ProductDiscountResourceIdentifier identifiable, Function<ProductDiscountByKeyGet, ProductDiscountByKeyGet> getDsl) -
productDiscount
public ByProjectKeyProductDiscountsKeyByKeyGet productDiscount(ResourceIdentifiable<ProductDiscount> identifiable, Function<ProductDiscountByKeyGet, ProductDiscountByKeyGet> getDsl) -
productType
public ByProjectKeyProductTypesKeyByKeyGet productType(String key, Function<ProductTypeByKeyGet, ProductTypeByKeyGet> getDsl) -
productType
public ByProjectKeyProductTypesKeyByKeyGet productType(ProductTypeResourceIdentifier identifiable, Function<ProductTypeByKeyGet, ProductTypeByKeyGet> getDsl) -
productType
public ByProjectKeyProductTypesKeyByKeyGet productType(ResourceIdentifiable<ProductType> identifiable, Function<ProductTypeByKeyGet, ProductTypeByKeyGet> getDsl) -
review
public ByProjectKeyReviewsKeyByKeyGet review(String key, Function<ReviewByKeyGet, ReviewByKeyGet> getDsl) -
review
public ByProjectKeyReviewsKeyByKeyGet review(ReviewResourceIdentifier identifiable, Function<ReviewByKeyGet, ReviewByKeyGet> getDsl) -
review
public ByProjectKeyReviewsKeyByKeyGet review(ResourceIdentifiable<Review> identifiable, Function<ReviewByKeyGet, ReviewByKeyGet> getDsl) -
shippingMethod
public ByProjectKeyShippingMethodsKeyByKeyGet shippingMethod(String key, Function<ShippingMethodByKeyGet, ShippingMethodByKeyGet> getDsl) -
shippingMethod
public ByProjectKeyShippingMethodsKeyByKeyGet shippingMethod(ShippingMethodResourceIdentifier identifiable, Function<ShippingMethodByKeyGet, ShippingMethodByKeyGet> getDsl) -
shippingMethod
public ByProjectKeyShippingMethodsKeyByKeyGet shippingMethod(ResourceIdentifiable<ShippingMethod> identifiable, Function<ShippingMethodByKeyGet, ShippingMethodByKeyGet> getDsl) -
shoppingList
public ByProjectKeyShoppingListsKeyByKeyGet shoppingList(String key, Function<ShoppingListByKeyGet, ShoppingListByKeyGet> getDsl) -
shoppingList
public ByProjectKeyShoppingListsKeyByKeyGet shoppingList(ShoppingListResourceIdentifier identifiable, Function<ShoppingListByKeyGet, ShoppingListByKeyGet> getDsl) -
shoppingList
public ByProjectKeyShoppingListsKeyByKeyGet shoppingList(ResourceIdentifiable<ShoppingList> identifiable, Function<ShoppingListByKeyGet, ShoppingListByKeyGet> getDsl) -
state
public ByProjectKeyStatesKeyByKeyGet state(String key, Function<StateByKeyGet, StateByKeyGet> getDsl) -
state
public ByProjectKeyStatesKeyByKeyGet state(StateResourceIdentifier identifiable, Function<StateByKeyGet, StateByKeyGet> getDsl) -
state
public ByProjectKeyStatesKeyByKeyGet state(ResourceIdentifiable<State> identifiable, Function<StateByKeyGet, StateByKeyGet> getDsl) -
store
public ByProjectKeyStoresKeyByKeyGet store(String key, Function<StoreByKeyGet, StoreByKeyGet> getDsl) -
store
public ByProjectKeyStoresKeyByKeyGet store(StoreResourceIdentifier identifiable, Function<StoreByKeyGet, StoreByKeyGet> getDsl) -
store
public ByProjectKeyStoresKeyByKeyGet store(ResourceIdentifiable<Store> identifiable, Function<StoreByKeyGet, StoreByKeyGet> getDsl) -
subscription
-
subscription
public ByProjectKeySubscriptionsKeyByKeyGet subscription(ResourceIdentifiable<Subscription> identifiable) -
taxCategory
public ByProjectKeyTaxCategoriesKeyByKeyGet taxCategory(String key, Function<TaxCategoryByKeyGet, TaxCategoryByKeyGet> getDsl) -
taxCategory
public ByProjectKeyTaxCategoriesKeyByKeyGet taxCategory(TaxCategoryResourceIdentifier identifiable, Function<TaxCategoryByKeyGet, TaxCategoryByKeyGet> getDsl) -
taxCategory
public ByProjectKeyTaxCategoriesKeyByKeyGet taxCategory(ResourceIdentifiable<TaxCategory> identifiable, Function<TaxCategoryByKeyGet, TaxCategoryByKeyGet> getDsl) -
zone
-
zone
public ByProjectKeyZonesKeyByKeyGet zone(ZoneResourceIdentifier identifiable, Function<ZoneByKeyGet, ZoneByKeyGet> getDsl) -
zone
public ByProjectKeyZonesKeyByKeyGet zone(ResourceIdentifiable<Zone> identifiable, Function<ZoneByKeyGet, ZoneByKeyGet> getDsl)
-