@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class VersionMoveBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VersionMoveBean.PositionEnum
An absolute position in which to place the moved version.
|
| Constructor and Description |
|---|
VersionMoveBean() |
| Modifier and Type | Method and Description |
|---|---|
VersionMoveBean |
after(URI after) |
boolean |
equals(Object o) |
URI |
getAfter()
The URL (self link) of the version after which to place the moved version.
|
VersionMoveBean.PositionEnum |
getPosition()
An absolute position in which to place the moved version.
|
int |
hashCode() |
VersionMoveBean |
position(VersionMoveBean.PositionEnum position) |
void |
setAfter(URI after) |
void |
setPosition(VersionMoveBean.PositionEnum position) |
String |
toString() |
public VersionMoveBean after(URI after)
public URI getAfter()
public void setAfter(URI after)
public VersionMoveBean position(VersionMoveBean.PositionEnum position)
public VersionMoveBean.PositionEnum getPosition()
public void setPosition(VersionMoveBean.PositionEnum position)
Copyright © 2011–2021 Everit Kft.. All rights reserved.