java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Metadata

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Metadata extends Object
Metadata
  • Felddetails

    • accessTokenURL

      protected String accessTokenURL
      URL to get the access token from the authorization server
    • authorizeURL

      protected String authorizeURL
      URL to get the approval from the resource owner
    • refreshTokenURL

      protected String refreshTokenURL
      URL to get the new access token from the refresh token
  • Konstruktordetails

    • Metadata

      @Internal public Metadata(Consumer<Metadata> spec)
      Constructs a validated implementation of Metadata.
      Parameter:
      spec - the specification to process
    • Metadata

      public Metadata(String accessTokenURL, String authorizeURL, String refreshTokenURL)
    • Metadata

      protected Metadata()
  • Methodendetails

    • accessTokenURL

      public String accessTokenURL()
      URL to get the access token from the authorization server
    • authorizeURL

      public String authorizeURL()
      URL to get the approval from the resource owner
    • refreshTokenURL

      public String refreshTokenURL()
      URL to get the new access token from the refresh token
    • accessTokenURL

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

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

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

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

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