Package net.webpdf.wsclient.openapi
Class OperationSelectionTransition
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationSelectionTransition
-
public class OperationSelectionTransition extends Object
Used to select a page range from which all transition animations should be removed.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_PAGES
-
Constructor Summary
Constructors Constructor Description OperationSelectionTransition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable StringgetPages()Used to define the page number or page range (e.g., \"1,5-6,9\") from which the transition animations should be removed.inthashCode()OperationSelectionTransitionpages(String pages)voidsetPages(String pages)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_PAGES
public static final String JSON_PROPERTY_PAGES
- See Also:
- Constant Field Values
-
-
Method Detail
-
pages
public OperationSelectionTransition pages(String pages)
-
getPages
@Nullable public @Nullable String getPages()
Used to define the page number or page range (e.g., \"1,5-6,9\") from which the transition animations should be removed.- Returns:
- pages
-
setPages
public void setPages(String pages)
-
-