Enum Class FunCatalogue

java.lang.Object
java.lang.Enum<FunCatalogue>
com.smeup.kokos.sdk.fun.FunCatalogue
All Implemented Interfaces:
Serializable, Comparable<FunCatalogue>, Constable

public enum FunCatalogue extends Enum<FunCatalogue>
  • Enum Constant Details

    • READ_ENTITY

      public static final FunCatalogue READ_ENTITY
    • READ_ENTITY_LIST_FUN

      public static final FunCatalogue READ_ENTITY_LIST_FUN
    • DECODE_ENTITY_CLASS_FUN

      public static final FunCatalogue DECODE_ENTITY_CLASS_FUN
    • DECODE_ENTITY_FUN

      public static final FunCatalogue DECODE_ENTITY_FUN
    • CREATE_NEW_ENTITY_FUN

      public static final FunCatalogue CREATE_NEW_ENTITY_FUN
    • UPDATE_ENTITY_FUN

      public static final FunCatalogue UPDATE_ENTITY_FUN
    • DELETE_ENTITY_FUN

      public static final FunCatalogue DELETE_ENTITY_FUN
    • FORMULA_RESOLVER_FUN

      public static final FunCatalogue FORMULA_RESOLVER_FUN
    • FORMULA_RESOLVER_FULL_FUN

      public static final FunCatalogue FORMULA_RESOLVER_FULL_FUN
    • FORMULA_RESOLVER_FULL_BATCH_FUN

      public static final FunCatalogue FORMULA_RESOLVER_FULL_BATCH_FUN
    • K21_OBSERVER_PGM_FUN

      public static final FunCatalogue K21_OBSERVER_PGM_FUN
    • K11_FUN

      public static final FunCatalogue K11_FUN
    • SERVICE_AUTHORIZATION_FUN

      public static final FunCatalogue SERVICE_AUTHORIZATION_FUN
    • ENTITY_AUTHORIZATION_FUN

      public static final FunCatalogue ENTITY_AUTHORIZATION_FUN
    • APIKEY_CREATION_FUN

      public static final FunCatalogue APIKEY_CREATION_FUN
    • GRAPHQL_QUERY_EXECUTION_FUN

      public static final FunCatalogue GRAPHQL_QUERY_EXECUTION_FUN
    • GRAPHQL_SCHEMA_CREATION_FUN

      public static final FunCatalogue GRAPHQL_SCHEMA_CREATION_FUN
    • ASSET_PATH_FUN

      public static final FunCatalogue ASSET_PATH_FUN
    • ASSET_PATH_LIST_FUN

      public static final FunCatalogue ASSET_PATH_LIST_FUN
    • FILE_GET_PATH_FUN

      public static final FunCatalogue FILE_GET_PATH_FUN
    • FILE_GET_CONTENT_FUN

      public static final FunCatalogue FILE_GET_CONTENT_FUN
    • LOG_BASE64_FUN

      public static final FunCatalogue LOG_BASE64_FUN
    • AUDIT_BASE64_FUN

      public static final FunCatalogue AUDIT_BASE64_FUN
    • EXECUTE_PROGRAM_FUN

      public static final FunCatalogue EXECUTE_PROGRAM_FUN
    • EXECUTE_PROGRAM_AFTER_DELAY_FUN

      public static final FunCatalogue EXECUTE_PROGRAM_AFTER_DELAY_FUN
    • SEND_MAIL

      public static final FunCatalogue SEND_MAIL
    • LIST_GPE_SCHEDULED_JOBS

      public static final FunCatalogue LIST_GPE_SCHEDULED_JOBS
    • SCHEDULE_ONE_SHOT

      public static final FunCatalogue SCHEDULE_ONE_SHOT
    • SET_CRON

      public static final FunCatalogue SET_CRON
    • DELETE_CRON

      public static final FunCatalogue DELETE_CRON
    • GET_SCHEDA

      public static final FunCatalogue GET_SCHEDA
    • GET_PROTOTYPE

      public static final FunCatalogue GET_PROTOTYPE
    • STOP_MATERIALIZED_FUN

      public static final FunCatalogue STOP_MATERIALIZED_FUN
    • GET_STATUS_MATERIALIZED_FUN

      public static final FunCatalogue GET_STATUS_MATERIALIZED_FUN
    • EXECUTE_MATERIALIZED_FUN

      public static final FunCatalogue EXECUTE_MATERIALIZED_FUN
    • GET_DATA_MATERIALIZED_FUN

      public static final FunCatalogue GET_DATA_MATERIALIZED_FUN
  • Method Details

    • values

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

      public static FunCatalogue valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • getFun

      public String getFun()