@Generated public class ConsumerFulfillmentsAPI extends Object
| Constructor and Description |
|---|
ConsumerFulfillmentsAPI(ApiClient apiClient)
Regular-use constructor
|
ConsumerFulfillmentsAPI(ConsumerFulfillmentsService mock)
Constructor for mocks
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<SharedDataObject> |
get(GetListingContentMetadataRequest request)
Get listing content metadata.
|
Iterable<SharedDataObject> |
get(String listingId) |
ConsumerFulfillmentsService |
impl() |
Iterable<ListingFulfillment> |
list(ListFulfillmentsRequest request)
List all listing fulfillments.
|
Iterable<ListingFulfillment> |
list(String listingId) |
public ConsumerFulfillmentsAPI(ApiClient apiClient)
public ConsumerFulfillmentsAPI(ConsumerFulfillmentsService mock)
public Iterable<SharedDataObject> get(String listingId)
public Iterable<SharedDataObject> get(GetListingContentMetadataRequest request)
Get a high level preview of the metadata of listing installable content.
public Iterable<ListingFulfillment> list(String listingId)
public Iterable<ListingFulfillment> list(ListFulfillmentsRequest request)
Get all listings fulfillments associated with a listing. A _fulfillment_ is a potential installation. Standard installations contain metadata about the attached share or git repo. Only one of these fields will be present. Personalized installations contain metadata about the attached share or git repo, as well as the Delta Sharing recipient type.
public ConsumerFulfillmentsService impl()
Copyright © 2024. All rights reserved.