Package io.camunda.tasklist
Record Class CamundaTasklistClientConfiguration
java.lang.Object
java.lang.Record
io.camunda.tasklist.CamundaTasklistClientConfiguration
public record CamundaTasklistClientConfiguration(CamundaTasklistClientConfiguration.ApiVersion apiVersion, Authentication authentication, URL baseUrl, io.camunda.client.CamundaClient camundaClient, CamundaTasklistClientConfiguration.DefaultProperties defaultProperties)
extends Record
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic final record -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCamundaTasklistClientConfiguration(CamundaTasklistClientConfiguration.ApiVersion apiVersion, Authentication authentication, URL baseUrl, io.camunda.client.CamundaClient camundaClient, CamundaTasklistClientConfiguration.DefaultProperties defaultProperties) Creates an instance of aCamundaTasklistClientConfigurationrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theapiVersionrecord component.Returns the value of theauthenticationrecord component.baseUrl()Returns the value of thebaseUrlrecord component.io.camunda.client.CamundaClientReturns the value of thecamundaClientrecord component.Returns the value of thedefaultPropertiesrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
DEFAULT_TENANT_IDS
-
-
Constructor Details
-
CamundaTasklistClientConfiguration
public CamundaTasklistClientConfiguration(CamundaTasklistClientConfiguration.ApiVersion apiVersion, Authentication authentication, URL baseUrl, io.camunda.client.CamundaClient camundaClient, CamundaTasklistClientConfiguration.DefaultProperties defaultProperties) Creates an instance of aCamundaTasklistClientConfigurationrecord class.- Parameters:
apiVersion- the value for theapiVersionrecord componentauthentication- the value for theauthenticationrecord componentbaseUrl- the value for thebaseUrlrecord componentcamundaClient- the value for thecamundaClientrecord componentdefaultProperties- the value for thedefaultPropertiesrecord 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). -
apiVersion
Returns the value of theapiVersionrecord component.- Returns:
- the value of the
apiVersionrecord component
-
authentication
Returns the value of theauthenticationrecord component.- Returns:
- the value of the
authenticationrecord component
-
baseUrl
Returns the value of thebaseUrlrecord component.- Returns:
- the value of the
baseUrlrecord component
-
camundaClient
public io.camunda.client.CamundaClient camundaClient()Returns the value of thecamundaClientrecord component.- Returns:
- the value of the
camundaClientrecord component
-
defaultProperties
Returns the value of thedefaultPropertiesrecord component.- Returns:
- the value of the
defaultPropertiesrecord component
-