Package su.onno.ui
Record Class RefOptionController.SearchRequest
java.lang.Object
java.lang.Record
su.onno.ui.RefOptionController.SearchRequest
- Enclosing class:
RefOptionController
-
Constructor Summary
ConstructorsConstructorDescriptionSearchRequest(String targetKind, String targetName, String decorator, String query, Integer limit, String filter, String fieldPath, Map<String, Object> formValues, String section, Integer rowIndex, Map<String, Object> rowValues, UUID documentId) Creates an instance of aSearchRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thedecoratorrecord component.Returns the value of thedocumentIdrecord component.final booleanIndicates whether some other object is "equal to" this one.Returns the value of thefieldPathrecord component.filter()Returns the value of thefilterrecord component.Returns the value of theformValuesrecord component.final inthashCode()Returns a hash code value for this object.limit()Returns the value of thelimitrecord component.query()Returns the value of thequeryrecord component.rowIndex()Returns the value of therowIndexrecord component.Returns the value of therowValuesrecord component.section()Returns the value of thesectionrecord component.Returns the value of thetargetKindrecord component.Returns the value of thetargetNamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
SearchRequest
public SearchRequest(String targetKind, String targetName, String decorator, String query, Integer limit, String filter, String fieldPath, Map<String, Object> formValues, String section, Integer rowIndex, Map<String, Object> rowValues, UUID documentId) Creates an instance of aSearchRequestrecord class.- Parameters:
targetKind- the value for thetargetKindrecord componenttargetName- the value for thetargetNamerecord componentdecorator- the value for thedecoratorrecord componentquery- the value for thequeryrecord componentlimit- the value for thelimitrecord componentfilter- the value for thefilterrecord componentfieldPath- the value for thefieldPathrecord componentformValues- the value for theformValuesrecord componentsection- the value for thesectionrecord componentrowIndex- the value for therowIndexrecord componentrowValues- the value for therowValuesrecord componentdocumentId- the value for thedocumentIdrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
targetKind
Returns the value of thetargetKindrecord component.- Returns:
- the value of the
targetKindrecord component
-
targetName
Returns the value of thetargetNamerecord component.- Returns:
- the value of the
targetNamerecord component
-
decorator
Returns the value of thedecoratorrecord component.- Returns:
- the value of the
decoratorrecord component
-
query
Returns the value of thequeryrecord component.- Returns:
- the value of the
queryrecord component
-
limit
Returns the value of thelimitrecord component.- Returns:
- the value of the
limitrecord component
-
filter
Returns the value of thefilterrecord component.- Returns:
- the value of the
filterrecord component
-
fieldPath
Returns the value of thefieldPathrecord component.- Returns:
- the value of the
fieldPathrecord component
-
formValues
Returns the value of theformValuesrecord component.- Returns:
- the value of the
formValuesrecord component
-
section
Returns the value of thesectionrecord component.- Returns:
- the value of the
sectionrecord component
-
rowIndex
Returns the value of therowIndexrecord component.- Returns:
- the value of the
rowIndexrecord component
-
rowValues
Returns the value of therowValuesrecord component.- Returns:
- the value of the
rowValuesrecord component
-
documentId
Returns the value of thedocumentIdrecord component.- Returns:
- the value of the
documentIdrecord component
-