public static class HyperSchema.LinkDescriptionObject extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
enctype
If present, this property indicates a query media type format that
the server supports for querying or posting to the collection of
instances at the target resource.
|
protected String |
href
The value of the "href" link description property indicates the
target URI of the related resource.
|
protected JsonSchema |
jsonSchema
This attribute contains a jsonSchema which defines the acceptable
structure of the submitted request (for a GET request, this jsonSchema
would define the properties for the query string and for a POST
request, this would define the body).
|
protected String |
method
This attribute defines which method can be used to access the target
resource.
|
protected String |
rel
The value of the "rel" property indicates the name of the relation to
the target resource.
|
protected JsonSchema |
targetSchema
This property value is a jsonSchema that defines the expected structure
of the JSON representation of the target of the link.
|
Constructor and Description |
---|
LinkDescriptionObject(Annotation link) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
_equals(HyperSchema.LinkDescriptionObject that) |
boolean |
equals(Object obj) |
protected static boolean |
equals(Object object1,
Object object2) |
protected String href
protected String rel
protected JsonSchema targetSchema
protected String method
protected String enctype
protected JsonSchema jsonSchema
public LinkDescriptionObject(Annotation link)
Copyright © 2017 FasterXML. All rights reserved.