public class InlineResponse200Links extends Object
| Constructor and Description |
|---|
InlineResponse200Links() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PtsV2PaymentsPost201ResponseLinksSelf |
getNext()
Get next
|
PtsV2PaymentsPost201ResponseLinksSelf |
getPrevious()
Get previous
|
PtsV2PaymentsPost201ResponseLinksSelf |
getSelf()
Get self
|
int |
hashCode() |
InlineResponse200Links |
next(PtsV2PaymentsPost201ResponseLinksSelf next) |
InlineResponse200Links |
previous(PtsV2PaymentsPost201ResponseLinksSelf previous) |
InlineResponse200Links |
self(PtsV2PaymentsPost201ResponseLinksSelf self) |
void |
setNext(PtsV2PaymentsPost201ResponseLinksSelf next) |
void |
setPrevious(PtsV2PaymentsPost201ResponseLinksSelf previous) |
void |
setSelf(PtsV2PaymentsPost201ResponseLinksSelf self) |
String |
toString() |
public InlineResponse200Links self(PtsV2PaymentsPost201ResponseLinksSelf self)
public PtsV2PaymentsPost201ResponseLinksSelf getSelf()
public void setSelf(PtsV2PaymentsPost201ResponseLinksSelf self)
public InlineResponse200Links next(PtsV2PaymentsPost201ResponseLinksSelf next)
public PtsV2PaymentsPost201ResponseLinksSelf getNext()
public void setNext(PtsV2PaymentsPost201ResponseLinksSelf next)
public InlineResponse200Links previous(PtsV2PaymentsPost201ResponseLinksSelf previous)
public PtsV2PaymentsPost201ResponseLinksSelf getPrevious()
public void setPrevious(PtsV2PaymentsPost201ResponseLinksSelf previous)
Copyright © 2023. All rights reserved.