| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
CatalogObject |
CatalogObject.Builder.build()
Builds a new
CatalogObject object using the set fields. |
CatalogObject |
UpsertCatalogObjectResponse.getCatalogObject()
Getter for CatalogObject.
|
CatalogObject |
UpdateCatalogImageResponse.getImage()
Getter for Image.
|
CatalogObject |
CreateCatalogImageRequest.getImage()
Getter for Image.
|
CatalogObject |
CreateCatalogImageResponse.getImage()
Getter for Image.
|
CatalogObject |
RetrieveCatalogObjectResponse.getObject()
Getter for Object.
|
CatalogObject |
UpsertCatalogObjectRequest.getObject()
Getter for Object.
|
| Modifier and Type | Method and Description |
|---|---|
List<CatalogObject> |
SearchCatalogItemsResponse.getItems()
Getter for Items.
|
List<CatalogObject> |
CatalogModifierList.getModifiers()
Getter for Modifiers.
|
List<CatalogObject> |
BatchUpsertCatalogObjectsResponse.getObjects()
Getter for Objects.
|
List<CatalogObject> |
SearchCatalogObjectsResponse.getObjects()
Getter for Objects.
|
List<CatalogObject> |
ListCatalogResponse.getObjects()
Getter for Objects.
|
List<CatalogObject> |
CatalogObjectBatch.getObjects()
Getter for Objects.
|
List<CatalogObject> |
BatchRetrieveCatalogObjectsResponse.getObjects()
Getter for Objects.
|
List<CatalogObject> |
RetrieveCatalogObjectResponse.getRelatedObjects()
Getter for RelatedObjects.
|
List<CatalogObject> |
SearchCatalogObjectsResponse.getRelatedObjects()
Getter for RelatedObjects.
|
List<CatalogObject> |
BatchRetrieveCatalogObjectsResponse.getRelatedObjects()
Getter for RelatedObjects.
|
List<CatalogObject> |
PaymentLinkRelatedResources.getSubscriptionPlans()
Getter for SubscriptionPlans.
|
List<CatalogObject> |
CatalogSubscriptionPlan.getSubscriptionPlanVariations()
Getter for SubscriptionPlanVariations.
|
List<CatalogObject> |
CatalogItemOption.getValues()
Getter for Values.
|
List<CatalogObject> |
CatalogItem.getVariations()
Getter for Variations.
|
protected io.apimatic.core.types.OptionalNullable<List<CatalogObject>> |
CatalogModifierList.internalGetModifiers()
Internal Getter for Modifiers.
|
protected io.apimatic.core.types.OptionalNullable<List<CatalogObject>> |
PaymentLinkRelatedResources.internalGetSubscriptionPlans()
Internal Getter for SubscriptionPlans.
|
protected io.apimatic.core.types.OptionalNullable<List<CatalogObject>> |
CatalogSubscriptionPlan.internalGetSubscriptionPlanVariations()
Internal Getter for SubscriptionPlanVariations.
|
protected io.apimatic.core.types.OptionalNullable<List<CatalogObject>> |
CatalogItemOption.internalGetValues()
Internal Getter for Values.
|
protected io.apimatic.core.types.OptionalNullable<List<CatalogObject>> |
CatalogItem.internalGetVariations()
Internal Getter for Variations.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertCatalogObjectResponse.Builder |
UpsertCatalogObjectResponse.Builder.catalogObject(CatalogObject catalogObject)
Setter for catalogObject.
|
UpdateCatalogImageResponse.Builder |
UpdateCatalogImageResponse.Builder.image(CatalogObject image)
Setter for image.
|
CreateCatalogImageRequest.Builder |
CreateCatalogImageRequest.Builder.image(CatalogObject image)
Setter for image.
|
CreateCatalogImageResponse.Builder |
CreateCatalogImageResponse.Builder.image(CatalogObject image)
Setter for image.
|
RetrieveCatalogObjectResponse.Builder |
RetrieveCatalogObjectResponse.Builder.object(CatalogObject object)
Setter for object.
|
UpsertCatalogObjectRequest.Builder |
UpsertCatalogObjectRequest.Builder.object(CatalogObject object)
Setter for object.
|
| Modifier and Type | Method and Description |
|---|---|
SearchCatalogItemsResponse.Builder |
SearchCatalogItemsResponse.Builder.items(List<CatalogObject> items)
Setter for items.
|
CatalogModifierList.Builder |
CatalogModifierList.Builder.modifiers(List<CatalogObject> modifiers)
Setter for modifiers.
|
BatchUpsertCatalogObjectsResponse.Builder |
BatchUpsertCatalogObjectsResponse.Builder.objects(List<CatalogObject> objects)
Setter for objects.
|
SearchCatalogObjectsResponse.Builder |
SearchCatalogObjectsResponse.Builder.objects(List<CatalogObject> objects)
Setter for objects.
|
ListCatalogResponse.Builder |
ListCatalogResponse.Builder.objects(List<CatalogObject> objects)
Setter for objects.
|
CatalogObjectBatch.Builder |
CatalogObjectBatch.Builder.objects(List<CatalogObject> objects)
Setter for objects.
|
BatchRetrieveCatalogObjectsResponse.Builder |
BatchRetrieveCatalogObjectsResponse.Builder.objects(List<CatalogObject> objects)
Setter for objects.
|
RetrieveCatalogObjectResponse.Builder |
RetrieveCatalogObjectResponse.Builder.relatedObjects(List<CatalogObject> relatedObjects)
Setter for relatedObjects.
|
SearchCatalogObjectsResponse.Builder |
SearchCatalogObjectsResponse.Builder.relatedObjects(List<CatalogObject> relatedObjects)
Setter for relatedObjects.
|
BatchRetrieveCatalogObjectsResponse.Builder |
BatchRetrieveCatalogObjectsResponse.Builder.relatedObjects(List<CatalogObject> relatedObjects)
Setter for relatedObjects.
|
PaymentLinkRelatedResources.Builder |
PaymentLinkRelatedResources.Builder.subscriptionPlans(List<CatalogObject> subscriptionPlans)
Setter for subscriptionPlans.
|
CatalogSubscriptionPlan.Builder |
CatalogSubscriptionPlan.Builder.subscriptionPlanVariations(List<CatalogObject> subscriptionPlanVariations)
Setter for subscriptionPlanVariations.
|
CatalogItemOption.Builder |
CatalogItemOption.Builder.values(List<CatalogObject> values)
Setter for values.
|
CatalogItem.Builder |
CatalogItem.Builder.variations(List<CatalogObject> variations)
Setter for variations.
|
| Constructor and Description |
|---|
Builder(String idempotencyKey,
CatalogObject object)
Initialization constructor.
|
Builder(String idempotencyKey,
CatalogObject image)
Initialization constructor.
|
CreateCatalogImageRequest(String idempotencyKey,
CatalogObject image,
String objectId,
Boolean isPrimary)
Initialization constructor.
|
CreateCatalogImageResponse(List<Error> errors,
CatalogObject image)
Initialization constructor.
|
RetrieveCatalogObjectResponse(List<Error> errors,
CatalogObject object,
List<CatalogObject> relatedObjects)
Initialization constructor.
|
UpdateCatalogImageResponse(List<Error> errors,
CatalogObject image)
Initialization constructor.
|
UpsertCatalogObjectRequest(String idempotencyKey,
CatalogObject object)
Initialization constructor.
|
UpsertCatalogObjectResponse(List<Error> errors,
CatalogObject catalogObject,
List<CatalogIdMapping> idMappings)
Initialization constructor.
|
| Constructor and Description |
|---|
BatchRetrieveCatalogObjectsResponse(List<Error> errors,
List<CatalogObject> objects,
List<CatalogObject> relatedObjects)
Initialization constructor.
|
BatchRetrieveCatalogObjectsResponse(List<Error> errors,
List<CatalogObject> objects,
List<CatalogObject> relatedObjects)
Initialization constructor.
|
BatchUpsertCatalogObjectsResponse(List<Error> errors,
List<CatalogObject> objects,
String updatedAt,
List<CatalogIdMapping> idMappings)
Initialization constructor.
|
Builder(List<CatalogObject> objects)
Initialization constructor.
|
CatalogItem(io.apimatic.core.types.OptionalNullable<String> name,
io.apimatic.core.types.OptionalNullable<String> description,
io.apimatic.core.types.OptionalNullable<String> abbreviation,
io.apimatic.core.types.OptionalNullable<String> labelColor,
io.apimatic.core.types.OptionalNullable<Boolean> availableOnline,
io.apimatic.core.types.OptionalNullable<Boolean> availableForPickup,
io.apimatic.core.types.OptionalNullable<Boolean> availableElectronically,
io.apimatic.core.types.OptionalNullable<String> categoryId,
io.apimatic.core.types.OptionalNullable<List<String>> taxIds,
io.apimatic.core.types.OptionalNullable<List<CatalogItemModifierListInfo>> modifierListInfo,
io.apimatic.core.types.OptionalNullable<List<CatalogObject>> variations,
String productType,
io.apimatic.core.types.OptionalNullable<Boolean> skipModifierScreen,
io.apimatic.core.types.OptionalNullable<List<CatalogItemOptionForItem>> itemOptions,
io.apimatic.core.types.OptionalNullable<List<String>> imageIds,
io.apimatic.core.types.OptionalNullable<String> sortName,
io.apimatic.core.types.OptionalNullable<String> descriptionHtml,
String descriptionPlaintext)
Internal initialization constructor.
|
CatalogItem(String name,
String description,
String abbreviation,
String labelColor,
Boolean availableOnline,
Boolean availableForPickup,
Boolean availableElectronically,
String categoryId,
List<String> taxIds,
List<CatalogItemModifierListInfo> modifierListInfo,
List<CatalogObject> variations,
String productType,
Boolean skipModifierScreen,
List<CatalogItemOptionForItem> itemOptions,
List<String> imageIds,
String sortName,
String descriptionHtml,
String descriptionPlaintext)
Initialization constructor.
|
CatalogItemOption(io.apimatic.core.types.OptionalNullable<String> name,
io.apimatic.core.types.OptionalNullable<String> displayName,
io.apimatic.core.types.OptionalNullable<String> description,
io.apimatic.core.types.OptionalNullable<Boolean> showColors,
io.apimatic.core.types.OptionalNullable<List<CatalogObject>> values)
Internal initialization constructor.
|
CatalogItemOption(String name,
String displayName,
String description,
Boolean showColors,
List<CatalogObject> values)
Initialization constructor.
|
CatalogModifierList(io.apimatic.core.types.OptionalNullable<String> name,
io.apimatic.core.types.OptionalNullable<Integer> ordinal,
String selectionType,
io.apimatic.core.types.OptionalNullable<List<CatalogObject>> modifiers,
io.apimatic.core.types.OptionalNullable<List<String>> imageIds)
Internal initialization constructor.
|
CatalogModifierList(String name,
Integer ordinal,
String selectionType,
List<CatalogObject> modifiers,
List<String> imageIds)
Initialization constructor.
|
CatalogObjectBatch(List<CatalogObject> objects)
Initialization constructor.
|
CatalogSubscriptionPlan(String name,
List<SubscriptionPhase> phases,
List<CatalogObject> subscriptionPlanVariations,
List<String> eligibleItemIds,
List<String> eligibleCategoryIds,
Boolean allItems)
Initialization constructor.
|
CatalogSubscriptionPlan(String name,
io.apimatic.core.types.OptionalNullable<List<SubscriptionPhase>> phases,
io.apimatic.core.types.OptionalNullable<List<CatalogObject>> subscriptionPlanVariations,
io.apimatic.core.types.OptionalNullable<List<String>> eligibleItemIds,
io.apimatic.core.types.OptionalNullable<List<String>> eligibleCategoryIds,
io.apimatic.core.types.OptionalNullable<Boolean> allItems)
Internal initialization constructor.
|
ListCatalogResponse(List<Error> errors,
String cursor,
List<CatalogObject> objects)
Initialization constructor.
|
PaymentLinkRelatedResources(List<Order> orders,
List<CatalogObject> subscriptionPlans)
Initialization constructor.
|
PaymentLinkRelatedResources(io.apimatic.core.types.OptionalNullable<List<Order>> orders,
io.apimatic.core.types.OptionalNullable<List<CatalogObject>> subscriptionPlans)
Internal initialization constructor.
|
RetrieveCatalogObjectResponse(List<Error> errors,
CatalogObject object,
List<CatalogObject> relatedObjects)
Initialization constructor.
|
SearchCatalogItemsResponse(List<Error> errors,
List<CatalogObject> items,
String cursor,
List<String> matchedVariationIds)
Initialization constructor.
|
SearchCatalogObjectsResponse(List<Error> errors,
String cursor,
List<CatalogObject> objects,
List<CatalogObject> relatedObjects,
String latestTime)
Initialization constructor.
|
SearchCatalogObjectsResponse(List<Error> errors,
String cursor,
List<CatalogObject> objects,
List<CatalogObject> relatedObjects,
String latestTime)
Initialization constructor.
|
Copyright © 2023. All rights reserved.