Class ApiInfo

All Implemented Interfaces:
Serializable

public class ApiInfo extends AssetLinksObject
Class to represent Api info returns from GetApiInfoRequest
See Also:
  • Constructor Details

    • ApiInfo

      public ApiInfo()
  • Method Details

    • getVersion

      public String getVersion()
      Get api version, should be "v1.1"
      Returns:
      Api version
    • getLifecycle

      public String getLifecycle()
      Get status of api, should be "active"
      Returns:
      lifecycle status
    • isLatest

      public Boolean isLatest()
      Is this is the latest API? Should be true
      Returns:
      true if latest
    • getCatalog

      public ApiInfo.Catalog getCatalog()