Class CloudLibraryClient


  • public final class CloudLibraryClient
    extends Object
    Holds details about a single Cloud library client.
    • Method Detail

      • getName

        @Nullable
        public String getName()
        Returns the name of this client.
      • getLanguage

        @Nullable
        public String getLanguage()
        Returns the language this client is for.
      • getSite

        @Nullable
        public String getSite()
        Returns a URL to this client's main site.
      • getApiReference

        @Nullable
        public String getApiReference()
        Returns a URL to this client's API reference documentation.
      • getInfoTip

        @Nullable
        public String getInfoTip()
        Returns tip information for this client.
      • getLaunchStage

        @Nullable
        public String getLaunchStage()
        Returns the launch stage of this client (e.g. alpha, beta, GA, etc.).
      • getSource

        @Nullable
        public String getSource()
        Returns a URL to the source of this client.
      • getLanguageLevel

        @Nullable
        public String getLanguageLevel()
        Returns the language level of the source for this client.