| Package | Description |
|---|---|
| com.squareup.square.models | |
| com.squareup.square.utilities |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
EventData.getObject()
Getter for Object.
|
JsonObject |
CustomAttributeDefinition.getSchema()
Getter for Schema.
|
| Modifier and Type | Method and Description |
|---|---|
protected io.apimatic.core.types.OptionalNullable<JsonObject> |
EventData.internalGetObject()
Internal Getter for Object.
|
protected io.apimatic.core.types.OptionalNullable<JsonObject> |
CustomAttributeDefinition.internalGetSchema()
Internal Getter for Schema.
|
| Modifier and Type | Method and Description |
|---|---|
EventData.Builder |
EventData.Builder.object(JsonObject object)
Setter for object.
|
CustomAttributeDefinition.Builder |
CustomAttributeDefinition.Builder.schema(JsonObject schema)
Setter for schema.
|
| Constructor and Description |
|---|
CustomAttributeDefinition(String key,
JsonObject schema,
String name,
String description,
String visibility,
Integer version,
String updatedAt,
String createdAt)
Initialization constructor.
|
EventData(String type,
String id,
Boolean deleted,
JsonObject object)
Initialization constructor.
|
| Constructor and Description |
|---|
CustomAttributeDefinition(io.apimatic.core.types.OptionalNullable<String> key,
io.apimatic.core.types.OptionalNullable<JsonObject> schema,
io.apimatic.core.types.OptionalNullable<String> name,
io.apimatic.core.types.OptionalNullable<String> description,
String visibility,
Integer version,
String updatedAt,
String createdAt)
Internal initialization constructor.
|
EventData(io.apimatic.core.types.OptionalNullable<String> type,
String id,
io.apimatic.core.types.OptionalNullable<Boolean> deleted,
io.apimatic.core.types.OptionalNullable<JsonObject> object)
Internal initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonObject |
JsonObject.fromJsonString(String jsonString)
Initializes JsonObject with provided JSON.
|
Copyright © 2023. All rights reserved.