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 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

      List<NamedAny> getSpecificationExtensionList()
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    • getSpecificationExtension

      NamedAny getSpecificationExtension(int index)
      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

      NamedAnyOrBuilder getSpecificationExtensionOrBuilder(int index)
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];