Package org.kie.kogito.app.audit.graphql
Record Class GraphQLSchemaBuild
java.lang.Object
java.lang.Record
org.kie.kogito.app.audit.graphql.GraphQLSchemaBuild
-
Constructor Summary
ConstructorsConstructorDescriptionGraphQLSchemaBuild(graphql.schema.GraphQLSchema graphQLSchema, graphql.GraphQL graphQL, Map<String, String> additionalDefinitions) Creates an instance of aGraphQLSchemaBuildrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadditionalDefinitionsrecord component.final booleanIndicates whether some other object is "equal to" this one.graphql.GraphQLgraphQL()Returns the value of thegraphQLrecord component.graphql.schema.GraphQLSchemaReturns the value of thegraphQLSchemarecord component.final inthashCode()Returns a hash code value for this object.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
GraphQLSchemaBuild
public GraphQLSchemaBuild(graphql.schema.GraphQLSchema graphQLSchema, graphql.GraphQL graphQL, Map<String, String> additionalDefinitions) Creates an instance of aGraphQLSchemaBuildrecord class.- Parameters:
graphQLSchema- the value for thegraphQLSchemarecord componentgraphQL- the value for thegraphQLrecord componentadditionalDefinitions- the value for theadditionalDefinitionsrecord 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). -
graphQLSchema
public graphql.schema.GraphQLSchema graphQLSchema()Returns the value of thegraphQLSchemarecord component.- Returns:
- the value of the
graphQLSchemarecord component
-
graphQL
public graphql.GraphQL graphQL()Returns the value of thegraphQLrecord component.- Returns:
- the value of the
graphQLrecord component
-
additionalDefinitions
Returns the value of theadditionalDefinitionsrecord component.- Returns:
- the value of the
additionalDefinitionsrecord component
-