Klasse Metadata.MetadataBuilder

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Metadata.MetadataBuilder
Umschließende Klasse:
Metadata

public static class Metadata.MetadataBuilder extends Object
  • Methodendetails

    • accessTokenURL

      public Metadata.MetadataBuilder accessTokenURL(String accessTokenURL)
      URL to get the access token from the authorization server
      Gibt zurück:
      this.
    • authorizeURL

      public Metadata.MetadataBuilder authorizeURL(String authorizeURL)
      URL to get the approval from the resource owner
      Gibt zurück:
      this.
    • refreshTokenURL

      public Metadata.MetadataBuilder refreshTokenURL(String refreshTokenURL)
      URL to get the new access token from the refresh token
      Gibt zurück:
      this.
    • build

      public Metadata build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object