Skip to content

Commit

Permalink
add PagedQueryResourceRequest interface to custom object container qu…
Browse files Browse the repository at this point in the history
…ery endpoint
  • Loading branch information
jenschude committed Apr 11, 2023
1 parent 8f59cad commit f166f26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions api-java-mixin.raml
Original file line number Diff line number Diff line change
Expand Up @@ -1426,6 +1426,10 @@ types:
(java-implements):
'com.commercetools.api.models.PagedQueryResourceRequest<ByProjectKeyCustomObjectsGet,
com.commercetools.api.models.custom_object.CustomObjectPagedQueryResponse>'
/{container}:
get:
(java-implements):
'com.commercetools.api.models.PagedQueryResourceRequest<ByProjectKeyCustomObjectsByContainerGet, com.commercetools.api.models.custom_object.CustomObjectPagedQueryResponse>'
/customer-groups:
(java-implements): 'ByProjectKeyCustomerGroupsRequestBuilderMixin'
get:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class ByProjectKeyCustomObjectsByContainerGet extends
ApiMethod<ByProjectKeyCustomObjectsByContainerGet, com.commercetools.api.models.custom_object.CustomObjectPagedQueryResponse>
implements com.commercetools.api.client.QueryTrait<ByProjectKeyCustomObjectsByContainerGet>,
implements
com.commercetools.api.models.PagedQueryResourceRequest<ByProjectKeyCustomObjectsByContainerGet, com.commercetools.api.models.custom_object.CustomObjectPagedQueryResponse>,
com.commercetools.api.client.QueryTrait<ByProjectKeyCustomObjectsByContainerGet>,
com.commercetools.api.client.PagingTrait<ByProjectKeyCustomObjectsByContainerGet>,
com.commercetools.api.client.ExpandableTrait<ByProjectKeyCustomObjectsByContainerGet>,
com.commercetools.api.client.SortableTrait<ByProjectKeyCustomObjectsByContainerGet>,
Expand Down

0 comments on commit f166f26

Please sign in to comment.