Package io.dialob.boot.controller
Record Class FillController.FormConnectionOptions
java.lang.Object
java.lang.Record
io.dialob.boot.controller.FillController.FormConnectionOptions
- Enclosing class:
FillController
-
Constructor Summary
ConstructorsConstructorDescriptionFormConnectionOptions(String url, String reviewUrl, String questionnaireId, List<String> transports, org.springframework.security.web.csrf.CsrfToken csrf, String restUrl, String restUrlBase, String connectionMode, String backendApiUrl) Creates an instance of aFormConnectionOptionsrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of thebackendApiUrlrecord component.Returns the value of theconnectionModerecord component.org.springframework.security.web.csrf.CsrfTokencsrf()Returns the value of thecsrfrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of thequestionnaireIdrecord component.restUrl()Returns the value of therestUrlrecord component.Returns the value of therestUrlBaserecord component.Returns the value of thereviewUrlrecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thetransportsrecord component.url()Returns the value of theurlrecord component.
-
Constructor Details
-
FormConnectionOptions
public FormConnectionOptions(String url, String reviewUrl, String questionnaireId, List<String> transports, org.springframework.security.web.csrf.CsrfToken csrf, String restUrl, String restUrlBase, String connectionMode, String backendApiUrl) Creates an instance of aFormConnectionOptionsrecord class.- Parameters:
url- the value for theurlrecord componentreviewUrl- the value for thereviewUrlrecord componentquestionnaireId- the value for thequestionnaireIdrecord componenttransports- the value for thetransportsrecord componentcsrf- the value for thecsrfrecord componentrestUrl- the value for therestUrlrecord componentrestUrlBase- the value for therestUrlBaserecord componentconnectionMode- the value for theconnectionModerecord componentbackendApiUrl- the value for thebackendApiUrlrecord 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). -
url
Returns the value of theurlrecord component.- Returns:
- the value of the
urlrecord component
-
reviewUrl
Returns the value of thereviewUrlrecord component.- Returns:
- the value of the
reviewUrlrecord component
-
questionnaireId
Returns the value of thequestionnaireIdrecord component.- Returns:
- the value of the
questionnaireIdrecord component
-
transports
Returns the value of thetransportsrecord component.- Returns:
- the value of the
transportsrecord component
-
csrf
public org.springframework.security.web.csrf.CsrfToken csrf()Returns the value of thecsrfrecord component.- Returns:
- the value of the
csrfrecord component
-
restUrl
Returns the value of therestUrlrecord component.- Returns:
- the value of the
restUrlrecord component
-
restUrlBase
Returns the value of therestUrlBaserecord component.- Returns:
- the value of the
restUrlBaserecord component
-
connectionMode
Returns the value of theconnectionModerecord component.- Returns:
- the value of the
connectionModerecord component
-
backendApiUrl
Returns the value of thebackendApiUrlrecord component.- Returns:
- the value of the
backendApiUrlrecord component
-