Uses of Class
de.xima.fc.proma.request.GetStoreItemsRequest
-
Packages that use GetStoreItemsRequest Package Description de.xima.fc.proma.provider.interfaces de.xima.fc.proma.request -
-
Uses of GetStoreItemsRequest in de.xima.fc.proma.provider.interfaces
Methods in de.xima.fc.proma.provider.interfaces with parameters of type GetStoreItemsRequest Modifier and Type Method Description <R> StageChain<IPromaResponse<List<de.xima.proma.restclient.pub.gen.model.PublicStoreItemResource>>,R>IStoreItemPromaApi. getAllStoreItems(IPublicPromaInvocationContext pc, GetStoreItemsRequest request)Fetches all matching store items from the remote repository. -
Uses of GetStoreItemsRequest in de.xima.fc.proma.request
Methods in de.xima.fc.proma.request that return GetStoreItemsRequest Modifier and Type Method Description GetStoreItemsRequestGetStoreItemsRequest.Builder. build()Creates a new request with the current data.
-