Record Class OutlookAddInApiKeyResource.ResponseBean
java.lang.Object
java.lang.Record
ch.tocco.nice2.optional.officeintegration.impl.rest.resources.OutlookAddInApiKeyResource.ResponseBean
- Enclosing class:
OutlookAddInApiKeyResource
-
Constructor Summary
ConstructorsConstructorDescriptionResponseBean(String keyName, String apiKey, String username) Creates an instance of aResponseBeanrecord class. -
Method Summary
Modifier and TypeMethodDescriptionapiKey()Returns the value of theapiKeyrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.keyName()Returns the value of thekeyNamerecord component.final StringtoString()Returns a string representation of this record class.username()Returns the value of theusernamerecord component.
-
Constructor Details
-
ResponseBean
-
-
Method Details
-
toString
-
hashCode
-
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). -
keyName
Returns the value of thekeyNamerecord component.- Returns:
- the value of the
keyNamerecord component
-
apiKey
Returns the value of theapiKeyrecord component.- Returns:
- the value of the
apiKeyrecord component
-
username
Returns the value of theusernamerecord component.- Returns:
- the value of the
usernamerecord component
-