Package com.docusign.esign.model
Class PaletteItemSettings
- java.lang.Object
-
- com.docusign.esign.model.PaletteItemSettings
-
- All Implemented Interfaces:
Serializable
public class PaletteItemSettings extends Object implements Serializable
PaletteItemSettings.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PaletteItemSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetShow().inthashCode()Returns the HashCode.voidsetShow(String show)setShow.PaletteItemSettingsshow(String show)show.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
show
public PaletteItemSettings show(String show)
show.- Returns:
- PaletteItemSettings
-
getShow
public String getShow()
.- Returns:
- show
-
setShow
public void setShow(String show)
setShow.
-
equals
public boolean equals(Object o)
Compares objects.
-
-