Class Rest
java.lang.Object
io.deeplumen.ucp.models.discovery.Rest
REST transport binding
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanMerchant's REST API endpoint (Required)URL to OpenAPI 3.x specification (JSON format) (Required)inthashCode()voidsetAdditionalProperty(String name, Object value) voidsetEndpoint(URI endpoint) Merchant's REST API endpoint (Required)voidURL to OpenAPI 3.x specification (JSON format) (Required)toString()withAdditionalProperty(String name, Object value) withEndpoint(URI endpoint) withSchema(URI schema)
-
Constructor Details
-
Rest
public Rest()
-
-
Method Details
-
getSchema
URL to OpenAPI 3.x specification (JSON format) (Required) -
setSchema
URL to OpenAPI 3.x specification (JSON format) (Required) -
withSchema
-
getEndpoint
Merchant's REST API endpoint (Required) -
setEndpoint
Merchant's REST API endpoint (Required) -
withEndpoint
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-