Record Class PostmanCollectionV210
java.lang.Object
java.lang.Record
io.camunda.connector.generator.postman.model.PostmanCollectionV210
public record PostmanCollectionV210(PostmanCollectionV210.Info info, List<com.fasterxml.jackson.databind.JsonNode> itemsAsJsonNode, List<PostmanCollectionV210.Variable> variables, com.fasterxml.jackson.databind.JsonNode authAsJsonNode)
extends Record
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final recordstatic final recordstatic interfacestatic final record -
Constructor Summary
ConstructorsConstructorDescriptionPostmanCollectionV210(PostmanCollectionV210.Info info, List<com.fasterxml.jackson.databind.JsonNode> itemsAsJsonNode, List<PostmanCollectionV210.Variable> variables, com.fasterxml.jackson.databind.JsonNode authAsJsonNode) Creates an instance of aPostmanCollectionV210record class. -
Method Summary
Modifier and TypeMethodDescriptionauth()com.fasterxml.jackson.databind.JsonNodeReturns the value of theauthAsJsonNoderecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.info()Returns the value of theinforecord component.items()List<com.fasterxml.jackson.databind.JsonNode> Returns the value of theitemsAsJsonNoderecord component.final StringtoString()Returns a string representation of this record class.Returns the value of thevariablesrecord component.
-
Constructor Details
-
PostmanCollectionV210
public PostmanCollectionV210(PostmanCollectionV210.Info info, List<com.fasterxml.jackson.databind.JsonNode> itemsAsJsonNode, List<PostmanCollectionV210.Variable> variables, com.fasterxml.jackson.databind.JsonNode authAsJsonNode) Creates an instance of aPostmanCollectionV210record class.- Parameters:
info- the value for theinforecord componentitemsAsJsonNode- the value for theitemsAsJsonNoderecord componentvariables- the value for thevariablesrecord componentauthAsJsonNode- the value for theauthAsJsonNoderecord component
-
-
Method Details
-
items
-
auth
-
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). -
info
Returns the value of theinforecord component.- Returns:
- the value of the
inforecord component
-
itemsAsJsonNode
Returns the value of theitemsAsJsonNoderecord component.- Returns:
- the value of the
itemsAsJsonNoderecord component
-
variables
Returns the value of thevariablesrecord component.- Returns:
- the value of the
variablesrecord component
-
authAsJsonNode
public com.fasterxml.jackson.databind.JsonNode authAsJsonNode()Returns the value of theauthAsJsonNoderecord component.- Returns:
- the value of the
authAsJsonNoderecord component
-