Package net.webpdf.wsclient.openapi
Class OperationThreadActionGoToThread
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationThreadActionGoToThread
-
public class OperationThreadActionGoToThread extends Object
When activated, the goToThread action jumps to a specific thread defined in the document.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_BEAD_INDEXstatic StringJSON_PROPERTY_PAGEstatic StringJSON_PROPERTY_THREAD_INDEXstatic StringJSON_PROPERTY_THREAD_TITLE
-
Constructor Summary
Constructors Constructor Description OperationThreadActionGoToThread()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationThreadActionGoToThreadbeadIndex(Integer beadIndex)booleanequals(Object o)@Nullable IntegergetBeadIndex()The index of the thread section to which the jump should be.@Nullable IntegergetPage()The page number of the page where the thread is found.@Nullable IntegergetThreadIndex()The index of the thread in the document's thread directory to which the jump should be.@Nullable StringgetThreadTitle()The title of the thread to which the jump should be.inthashCode()OperationThreadActionGoToThreadpage(Integer page)voidsetBeadIndex(Integer beadIndex)voidsetPage(Integer page)voidsetThreadIndex(Integer threadIndex)voidsetThreadTitle(String threadTitle)OperationThreadActionGoToThreadthreadIndex(Integer threadIndex)OperationThreadActionGoToThreadthreadTitle(String threadTitle)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_BEAD_INDEX
public static final String JSON_PROPERTY_BEAD_INDEX
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAGE
public static final String JSON_PROPERTY_PAGE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_THREAD_INDEX
public static final String JSON_PROPERTY_THREAD_INDEX
- See Also:
- Constant Field Values
-
JSON_PROPERTY_THREAD_TITLE
public static final String JSON_PROPERTY_THREAD_TITLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
beadIndex
public OperationThreadActionGoToThread beadIndex(Integer beadIndex)
-
getBeadIndex
@Nullable public @Nullable Integer getBeadIndex()
The index of the thread section to which the jump should be. This value is optional and does not need to be specified. minimum: 0- Returns:
- beadIndex
-
setBeadIndex
public void setBeadIndex(Integer beadIndex)
-
page
public OperationThreadActionGoToThread page(Integer page)
-
getPage
@Nullable public @Nullable Integer getPage()
The page number of the page where the thread is found. minimum: 1- Returns:
- page
-
setPage
public void setPage(Integer page)
-
threadIndex
public OperationThreadActionGoToThread threadIndex(Integer threadIndex)
-
getThreadIndex
@Nullable public @Nullable Integer getThreadIndex()
The index of the thread in the document's thread directory to which the jump should be. This value is an alternative to \"threadTitle\" and does not have to be set if the latter has been specified. minimum: 0- Returns:
- threadIndex
-
setThreadIndex
public void setThreadIndex(Integer threadIndex)
-
threadTitle
public OperationThreadActionGoToThread threadTitle(String threadTitle)
-
getThreadTitle
@Nullable public @Nullable String getThreadTitle()
The title of the thread to which the jump should be. This value is an alternative to \"threadIndex\" and does not have to be set if the latter has been specified.- Returns:
- threadTitle
-
setThreadTitle
public void setThreadTitle(String threadTitle)
-
-