| Package | Description |
|---|---|
| com.atlassian.marketplace.client |
Top-level interfaces and value classes for the Atlassian Marketplace API.
|
| com.atlassian.marketplace.client.encoding |
Interfaces and classes related to JSON serialization and deserialization.
|
| com.atlassian.marketplace.client.impl |
Internal implementation of Marketplace client APIs.
|
| com.atlassian.marketplace.client.model |
Entities that can be returned by the Atlassian Marketplace API.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<SchemaViolation> |
MpacException.InvalidResponseError.getSchemaViolations() |
| Constructor and Description |
|---|
InvalidResponseError(Iterable<SchemaViolation> schemaViolations) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidFieldValue
Indicates that an object returned by the server (or constructed by the caller) was invalid
because a field had a string value that was not one of its allowable values.
|
class |
MalformedJson
Indicates that an object returned by the server had some JSON parsing error that
could not be described by one of the other
SchemaViolation subclasses. |
class |
MissingRequiredField
Indicates that an object returned by the server (or constructed by the caller) was invalid
because a required field was omitted.
|
class |
MissingRequiredLink
Indicates that an object returned by the server (or constructed by the caller) was invalid
because a required link relation was omitted.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<SchemaViolation> |
SchemaViolationException.getSchemaViolations() |
| Constructor and Description |
|---|
SchemaViolationException(SchemaViolation schemaViolation) |
| Constructor and Description |
|---|
SchemaViolationException(Iterable<SchemaViolation> schemaViolations) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<SchemaViolation> |
ModelBuilders.InvalidModelException.getSchemaViolations() |
Copyright © 2019 Atlassian. All rights reserved.