@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class AtomLink extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_HREF |
static String |
SERIALIZED_NAME_METHOD |
static String |
SERIALIZED_NAME_REL |
Constructor and Description |
---|
AtomLink() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHref()
The url of the link.
|
String |
getMethod()
The http method.
|
String |
getRel()
The relation of the link to the object that belongs to.
|
int |
hashCode() |
AtomLink |
href(String href) |
AtomLink |
method(String method) |
AtomLink |
rel(String rel) |
void |
setHref(String href) |
void |
setMethod(String method) |
void |
setRel(String rel) |
String |
toString() |
public static final String SERIALIZED_NAME_REL
public static final String SERIALIZED_NAME_HREF
public static final String SERIALIZED_NAME_METHOD
Copyright © 2022. All rights reserved.