Class SavedQuery
java.lang.Object
net.datenwerke.rs.saiku.server.rest.objects.SavedQuery
- All Implemented Interfaces:
Comparable<SavedQuery>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetXml()voidsetLastModified(String lastModified) voidvoid
-
Constructor Details
-
SavedQuery
public SavedQuery() -
SavedQuery
-
-
Method Details
-
getLastModified
-
getXml
-
setXml
-
setName
-
setLastModified
-
compareTo
- Specified by:
compareToin interfaceComparable<SavedQuery>
-