Package com.openapi.v3
Interface OauthFlowsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OauthFlows,OauthFlows.Builder
public interface OauthFlowsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.openapi.v3.OauthFlow authorization_code = 4 [json_name = "authorizationCode"];.openapi.v3.OauthFlow authorization_code = 4 [json_name = "authorizationCode"];.openapi.v3.OauthFlow client_credentials = 3 [json_name = "clientCredentials"];.openapi.v3.OauthFlow client_credentials = 3 [json_name = "clientCredentials"];.openapi.v3.OauthFlow implicit = 1 [json_name = "implicit"];.openapi.v3.OauthFlow implicit = 1 [json_name = "implicit"];.openapi.v3.OauthFlow password = 2 [json_name = "password"];.openapi.v3.OauthFlow password = 2 [json_name = "password"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];boolean.openapi.v3.OauthFlow authorization_code = 4 [json_name = "authorizationCode"];boolean.openapi.v3.OauthFlow client_credentials = 3 [json_name = "clientCredentials"];boolean.openapi.v3.OauthFlow implicit = 1 [json_name = "implicit"];boolean.openapi.v3.OauthFlow password = 2 [json_name = "password"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasImplicit
boolean hasImplicit().openapi.v3.OauthFlow implicit = 1 [json_name = "implicit"];- Returns:
- Whether the implicit field is set.
-
getImplicit
OauthFlow getImplicit().openapi.v3.OauthFlow implicit = 1 [json_name = "implicit"];- Returns:
- The implicit.
-
getImplicitOrBuilder
OauthFlowOrBuilder getImplicitOrBuilder().openapi.v3.OauthFlow implicit = 1 [json_name = "implicit"]; -
hasPassword
boolean hasPassword().openapi.v3.OauthFlow password = 2 [json_name = "password"];- Returns:
- Whether the password field is set.
-
getPassword
OauthFlow getPassword().openapi.v3.OauthFlow password = 2 [json_name = "password"];- Returns:
- The password.
-
getPasswordOrBuilder
OauthFlowOrBuilder getPasswordOrBuilder().openapi.v3.OauthFlow password = 2 [json_name = "password"]; -
hasClientCredentials
boolean hasClientCredentials().openapi.v3.OauthFlow client_credentials = 3 [json_name = "clientCredentials"];- Returns:
- Whether the clientCredentials field is set.
-
getClientCredentials
OauthFlow getClientCredentials().openapi.v3.OauthFlow client_credentials = 3 [json_name = "clientCredentials"];- Returns:
- The clientCredentials.
-
getClientCredentialsOrBuilder
OauthFlowOrBuilder getClientCredentialsOrBuilder().openapi.v3.OauthFlow client_credentials = 3 [json_name = "clientCredentials"]; -
hasAuthorizationCode
boolean hasAuthorizationCode().openapi.v3.OauthFlow authorization_code = 4 [json_name = "authorizationCode"];- Returns:
- Whether the authorizationCode field is set.
-
getAuthorizationCode
OauthFlow getAuthorizationCode().openapi.v3.OauthFlow authorization_code = 4 [json_name = "authorizationCode"];- Returns:
- The authorizationCode.
-
getAuthorizationCodeOrBuilder
OauthFlowOrBuilder getAuthorizationCodeOrBuilder().openapi.v3.OauthFlow authorization_code = 4 [json_name = "authorizationCode"]; -
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"]; -
getSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"]; -
getSpecificationExtensionCount
int getSpecificationExtensionCount()repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilderList
List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilder
repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
-