Enum ApiLocator.AstraEnvironment

java.lang.Object
java.lang.Enum<ApiLocator.AstraEnvironment>
com.dtsx.astra.sdk.utils.ApiLocator.AstraEnvironment
All Implemented Interfaces:
Serializable, Comparable<ApiLocator.AstraEnvironment>, java.lang.constant.Constable
Enclosing class:
ApiLocator

public static enum ApiLocator.AstraEnvironment extends Enum<ApiLocator.AstraEnvironment>
SDk to be used on multiple Astra Environment.
  • Enum Constant Details

  • Method Details

    • values

      public static ApiLocator.AstraEnvironment[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ApiLocator.AstraEnvironment valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getEndPoint

      public String getEndPoint()
      Access attribute.
      Returns:
      prefix for the URL
    • getAppsSuffix

      public String getAppsSuffix()
      Access attribute.
      Returns:
      prefix for the URL
    • getStreamingV3Suffix

      public String getStreamingV3Suffix()
      Access attribute.
      Returns:
      prefix for the URL