Package net.webpdf.wsclient.openapi
Class OperationSetOCGStateActionSetLayerState
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationSetOCGStateActionSetLayerState
-
public class OperationSetOCGStateActionSetLayerState extends Object
setLayerState switches the visibility of the selected document layers to the desired value.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_LAYER_STATEstatic StringJSON_PROPERTY_PRESERVE_RADIO_BUTTON_RELATION
-
Constructor Summary
Constructors Constructor Description OperationSetOCGStateActionSetLayerState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationSetOCGStateActionSetLayerStateaddLayerStateItem(OperationLayerStateSetOCGStateAction layerStateItem)booleanequals(Object o)@Nullable List<OperationLayerStateSetOCGStateAction>getLayerState()Get layerState@Nullable BooleangetPreserveRadioButtonRelation()When set to true, connected radio button states shall be preserved.inthashCode()OperationSetOCGStateActionSetLayerStatelayerState(List<OperationLayerStateSetOCGStateAction> layerState)OperationSetOCGStateActionSetLayerStatepreserveRadioButtonRelation(Boolean preserveRadioButtonRelation)voidsetLayerState(List<OperationLayerStateSetOCGStateAction> layerState)voidsetPreserveRadioButtonRelation(Boolean preserveRadioButtonRelation)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_LAYER_STATE
public static final String JSON_PROPERTY_LAYER_STATE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PRESERVE_RADIO_BUTTON_RELATION
public static final String JSON_PROPERTY_PRESERVE_RADIO_BUTTON_RELATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
layerState
public OperationSetOCGStateActionSetLayerState layerState(List<OperationLayerStateSetOCGStateAction> layerState)
-
addLayerStateItem
public OperationSetOCGStateActionSetLayerState addLayerStateItem(OperationLayerStateSetOCGStateAction layerStateItem)
-
getLayerState
@Nullable public @Nullable List<OperationLayerStateSetOCGStateAction> getLayerState()
Get layerState- Returns:
- layerState
-
setLayerState
public void setLayerState(List<OperationLayerStateSetOCGStateAction> layerState)
-
preserveRadioButtonRelation
public OperationSetOCGStateActionSetLayerState preserveRadioButtonRelation(Boolean preserveRadioButtonRelation)
-
getPreserveRadioButtonRelation
@Nullable public @Nullable Boolean getPreserveRadioButtonRelation()
When set to true, connected radio button states shall be preserved.- Returns:
- preserveRadioButtonRelation
-
setPreserveRadioButtonRelation
public void setPreserveRadioButtonRelation(Boolean preserveRadioButtonRelation)
-
-