Enum SalesActivity

    • Enum Constant Detail

      • INITIALIZED_DISCUSSIONS_WITH_CUSTOMER

        public static final SalesActivity INITIALIZED_DISCUSSIONS_WITH_CUSTOMER
      • CUSTOMER_HAS_SHOWN_INTEREST_IN_SOLUTION

        public static final SalesActivity CUSTOMER_HAS_SHOWN_INTEREST_IN_SOLUTION
      • CONDUCTED_POC_DEMO

        public static final SalesActivity CONDUCTED_POC_DEMO
      • IN_EVALUATION_PLANNING_STAGE

        public static final SalesActivity IN_EVALUATION_PLANNING_STAGE
      • AGREED_ON_SOLUTION_TO_BUSINESS_PROBLEM

        public static final SalesActivity AGREED_ON_SOLUTION_TO_BUSINESS_PROBLEM
      • COMPLETED_ACTION_PLAN

        public static final SalesActivity COMPLETED_ACTION_PLAN
      • FINALIZED_DEPLOYMENT_NEED

        public static final SalesActivity FINALIZED_DEPLOYMENT_NEED
      • UNKNOWN_TO_SDK_VERSION

        public static final SalesActivity UNKNOWN_TO_SDK_VERSION
    • Method Detail

      • values

        public static SalesActivity[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (SalesActivity c : SalesActivity.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static SalesActivity 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
      • fromValue

        public static SalesActivity fromValue​(String value)
        Use this in place of valueOf to convert the raw string returned by the service into the enum value.
        Parameters:
        value - real value
        Returns:
        SalesActivity corresponding to the value