Record Class PostmanCollectionV210.Auth
java.lang.Object
java.lang.Record
io.camunda.connector.generator.postman.model.PostmanCollectionV210.Auth
- Enclosing class:
PostmanCollectionV210
public static record PostmanCollectionV210.Auth(PostmanCollectionV210.Auth.Type type, List<PostmanCollectionV210.Auth.AuthEntry> noauth, List<PostmanCollectionV210.Auth.AuthEntry> apikey, List<PostmanCollectionV210.Auth.AuthEntry> awsv4, List<PostmanCollectionV210.Auth.AuthEntry> basic, List<PostmanCollectionV210.Auth.AuthEntry> bearer, List<PostmanCollectionV210.Auth.AuthEntry> digest, List<PostmanCollectionV210.Auth.AuthEntry> edgegrid, List<PostmanCollectionV210.Auth.AuthEntry> hawk, List<PostmanCollectionV210.Auth.AuthEntry> oauth1, List<PostmanCollectionV210.Auth.AuthEntry> oauth2, List<PostmanCollectionV210.Auth.AuthEntry> ntlm)
extends Record
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic enum -
Constructor Summary
ConstructorsConstructorDescriptionAuth(PostmanCollectionV210.Auth.Type type, List<PostmanCollectionV210.Auth.AuthEntry> noauth, List<PostmanCollectionV210.Auth.AuthEntry> apikey, List<PostmanCollectionV210.Auth.AuthEntry> awsv4, List<PostmanCollectionV210.Auth.AuthEntry> basic, List<PostmanCollectionV210.Auth.AuthEntry> bearer, List<PostmanCollectionV210.Auth.AuthEntry> digest, List<PostmanCollectionV210.Auth.AuthEntry> edgegrid, List<PostmanCollectionV210.Auth.AuthEntry> hawk, List<PostmanCollectionV210.Auth.AuthEntry> oauth1, List<PostmanCollectionV210.Auth.AuthEntry> oauth2, List<PostmanCollectionV210.Auth.AuthEntry> ntlm) Creates an instance of aAuthrecord class. -
Method Summary
Modifier and TypeMethodDescriptionapikey()Returns the value of theapikeyrecord component.awsv4()Returns the value of theawsv4record component.basic()Returns the value of thebasicrecord component.bearer()Returns the value of thebearerrecord component.digest()Returns the value of thedigestrecord component.edgegrid()Returns the value of theedgegridrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.hawk()Returns the value of thehawkrecord component.noauth()Returns the value of thenoauthrecord component.ntlm()Returns the value of thentlmrecord component.oauth1()Returns the value of theoauth1record component.oauth2()Returns the value of theoauth2record component.final StringtoString()Returns a string representation of this record class.type()Returns the value of thetyperecord component.
-
Constructor Details
-
Auth
public Auth(PostmanCollectionV210.Auth.Type type, List<PostmanCollectionV210.Auth.AuthEntry> noauth, List<PostmanCollectionV210.Auth.AuthEntry> apikey, List<PostmanCollectionV210.Auth.AuthEntry> awsv4, List<PostmanCollectionV210.Auth.AuthEntry> basic, List<PostmanCollectionV210.Auth.AuthEntry> bearer, List<PostmanCollectionV210.Auth.AuthEntry> digest, List<PostmanCollectionV210.Auth.AuthEntry> edgegrid, List<PostmanCollectionV210.Auth.AuthEntry> hawk, List<PostmanCollectionV210.Auth.AuthEntry> oauth1, List<PostmanCollectionV210.Auth.AuthEntry> oauth2, List<PostmanCollectionV210.Auth.AuthEntry> ntlm) Creates an instance of aAuthrecord class.- Parameters:
type- the value for thetyperecord componentnoauth- the value for thenoauthrecord componentapikey- the value for theapikeyrecord componentawsv4- the value for theawsv4record componentbasic- the value for thebasicrecord componentbearer- the value for thebearerrecord componentdigest- the value for thedigestrecord componentedgegrid- the value for theedgegridrecord componenthawk- the value for thehawkrecord componentoauth1- the value for theoauth1record componentoauth2- the value for theoauth2record componentntlm- the value for thentlmrecord 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). -
type
Returns the value of thetyperecord component.- Returns:
- the value of the
typerecord component
-
noauth
Returns the value of thenoauthrecord component.- Returns:
- the value of the
noauthrecord component
-
apikey
Returns the value of theapikeyrecord component.- Returns:
- the value of the
apikeyrecord component
-
awsv4
Returns the value of theawsv4record component.- Returns:
- the value of the
awsv4record component
-
basic
Returns the value of thebasicrecord component.- Returns:
- the value of the
basicrecord component
-
bearer
Returns the value of thebearerrecord component.- Returns:
- the value of the
bearerrecord component
-
digest
Returns the value of thedigestrecord component.- Returns:
- the value of the
digestrecord component
-
edgegrid
Returns the value of theedgegridrecord component.- Returns:
- the value of the
edgegridrecord component
-
hawk
Returns the value of thehawkrecord component.- Returns:
- the value of the
hawkrecord component
-
oauth1
Returns the value of theoauth1record component.- Returns:
- the value of the
oauth1record component
-
oauth2
Returns the value of theoauth2record component.- Returns:
- the value of the
oauth2record component
-
ntlm
Returns the value of thentlmrecord component.- Returns:
- the value of the
ntlmrecord component
-