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 Details

  • Constructor Details

    • AtomLink

      public AtomLink()
  • Method Details

    • rel

      public AtomLink rel(String rel)
    • getRel

      @Nullable public String getRel()
      The relation of the link to the object that belongs to.
      Returns:
      rel
    • getRel_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getRel_JsonNullable()
    • setRel_JsonNullable

      public void setRel_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rel)
    • setRel

      public void setRel(String rel)
    • href

      public AtomLink href(String href)
    • getHref

      @Nullable public String getHref()
      The url of the link.
      Returns:
      href
    • getHref_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getHref_JsonNullable()
    • setHref_JsonNullable

      public void setHref_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> href)
    • setHref

      public void setHref(String href)
    • method

      public AtomLink method(String method)
    • getMethod

      @Nullable public String getMethod()
      The http method.
      Returns:
      method
    • getMethod_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getMethod_JsonNullable()
    • setMethod_JsonNullable

      public void setMethod_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> method)
    • setMethod

      public void setMethod(String method)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string