Class AtomLink
java.lang.Object
org.camunda.community.rest.client.dto.AtomLink
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class AtomLink
extends Object
AtomLink
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetHref()The url of the link.org.openapitools.jackson.nullable.JsonNullable<String>The http method.org.openapitools.jackson.nullable.JsonNullable<String>getRel()The relation of the link to the object that belongs to.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()voidvoidsetHref_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> href) voidvoidsetMethod_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> method) voidvoidsetRel_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rel) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_REL
- See Also:
-
JSON_PROPERTY_HREF
- See Also:
-
JSON_PROPERTY_METHOD
- See Also:
-
-
Constructor Details
-
AtomLink
public AtomLink()
-
-
Method Details
-
rel
-
getRel
The relation of the link to the object that belongs to.- Returns:
- rel
-
getRel_JsonNullable
-
setRel_JsonNullable
-
setRel
-
href
-
getHref
The url of the link.- Returns:
- href
-
getHref_JsonNullable
-
setHref_JsonNullable
-
setHref
-
method
-
getMethod
The http method.- Returns:
- method
-
getMethod_JsonNullable
-
setMethod_JsonNullable
-
setMethod
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-