Package ch.tocco.nice2.reporting.api
Class ReportDescription.RecipientConfig
java.lang.Object
ch.tocco.nice2.reporting.api.ReportDescription.RecipientConfig
- Enclosing interface:
ReportDescription
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLabel
(TextResources textResources) getPath()
boolean
setDefaultRecipient
(boolean defaultRecipient) setFilterQuery
(String filterQuery) setPathToAddress
(String pathToAddress) setPathToAddressAsString
(String pathToAddressAsString) setPathToUser
(String pathToUser) setSorting
(int sorting)
-
Field Details
-
label
-
-
Constructor Details
-
RecipientConfig
public RecipientConfig()
-
-
Method Details
-
create
-
getPath
-
setPath
-
getPathToAddressAsString
-
setPathToAddressAsString
-
getPathToUser
-
setPathToUser
-
getPathToAddress
-
setPathToAddress
-
getLabel
-
getLabelKey
-
setLabel
-
getFilterQuery
-
setFilterQuery
-
getUniqueIdentifier
-
getSorting
-
setSorting
-
isDefaultRecipient
public boolean isDefaultRecipient() -
setDefaultRecipient
-