Package net.webpdf.wsclient.openapi
Class AdminBackgroundFileDataStore
- java.lang.Object
-
- net.webpdf.wsclient.openapi.AdminFileDataStore
-
- net.webpdf.wsclient.openapi.AdminBackgroundFileDataStore
-
public class AdminBackgroundFileDataStore extends AdminFileDataStore
Defines a file that is used as background in the portal and is stored in the server's data store. The file uses a fixed file name.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_FILE_CONTENT-
Fields inherited from class net.webpdf.wsclient.openapi.AdminFileDataStore
fileGroup, JSON_PROPERTY_FILE_GROUP
-
-
Constructor Summary
Constructors Constructor Description AdminBackgroundFileDataStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AdminBackgroundFileDataStorefileContent(String fileContent)@Nullable StringgetFileContent()The actual content of the data storage fileinthashCode()voidsetFileContent(String fileContent)StringtoString()-
Methods inherited from class net.webpdf.wsclient.openapi.AdminFileDataStore
fileGroup, getFileGroup, setFileGroup
-
-
-
-
Field Detail
-
JSON_PROPERTY_FILE_CONTENT
public static final String JSON_PROPERTY_FILE_CONTENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
fileContent
public AdminBackgroundFileDataStore fileContent(String fileContent)
-
getFileContent
@Nullable public @Nullable String getFileContent()
The actual content of the data storage file- Returns:
- fileContent
-
setFileContent
public void setFileContent(String fileContent)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAdminFileDataStore
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAdminFileDataStore
-
toString
public String toString()
- Overrides:
toStringin classAdminFileDataStore
-
-