| Package | Description |
|---|---|
| com.squareup.square.api | |
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
UpsertSnippetResponse |
DefaultSnippetsApi.upsertSnippet(String siteId,
UpsertSnippetRequest body)
Adds a snippet to a Square Online site or updates the existing snippet on the site.
|
UpsertSnippetResponse |
SnippetsApi.upsertSnippet(String siteId,
UpsertSnippetRequest body)
Adds a snippet to a Square Online site or updates the existing snippet on the site.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpsertSnippetResponse> |
DefaultSnippetsApi.upsertSnippetAsync(String siteId,
UpsertSnippetRequest body)
Adds a snippet to a Square Online site or updates the existing snippet on the site.
|
CompletableFuture<UpsertSnippetResponse> |
SnippetsApi.upsertSnippetAsync(String siteId,
UpsertSnippetRequest body)
Adds a snippet to a Square Online site or updates the existing snippet on the site.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertSnippetResponse |
UpsertSnippetResponse.Builder.build()
Builds a new
UpsertSnippetResponse object using the set fields. |
Copyright © 2022. All rights reserved.