Class ServiceNowConstants


  • public final class ServiceNowConstants
    extends Object
    • Field Detail

      • RESOURCE

        @Metadata(description="The resource to access",
                  javaType="String")
        public static final String RESOURCE
        See Also:
        Constant Field Values
      • ACTION

        @Metadata(description="The action to perform",
                  javaType="String")
        public static final String ACTION
        See Also:
        Constant Field Values
      • ACTION_SUBJECT

        @Metadata(description="The action subject",
                  javaType="String")
        public static final String ACTION_SUBJECT
        See Also:
        Constant Field Values
      • REQUEST_MODEL

        @Metadata(description="The request data model",
                  javaType="Class")
        public static final String REQUEST_MODEL
        See Also:
        Constant Field Values
      • RESPONSE_MODEL

        @Metadata(description="The response data model",
                  javaType="Class")
        public static final String RESPONSE_MODEL
        See Also:
        Constant Field Values
      • CONTENT_TYPE

        @Metadata(description="The content type",
                  javaType="String")
        public static final String CONTENT_TYPE
        See Also:
        Constant Field Values
      • CONTENT_META

        @Metadata(description="The content meta",
                  javaType="Map")
        public static final String CONTENT_META
        See Also:
        Constant Field Values
      • RESPONSE_META

        @Metadata(description="The response meta",
                  javaType="Map")
        public static final String RESPONSE_META
        See Also:
        Constant Field Values
      • API_VERSION

        @Metadata(description="The REST API version",
                  javaType="String")
        public static final String API_VERSION
        See Also:
        Constant Field Values
      • RESPONSE_TYPE

        @Metadata(description="The type of the response",
                  javaType="Class")
        public static final String RESPONSE_TYPE
        See Also:
        Constant Field Values
      • RETRIEVE_TARGET_RECORD

        @Metadata(description="Set this parameter to true to retrieve the target record.",
                  javaType="Boolean")
        public static final String RETRIEVE_TARGET_RECORD
        See Also:
        Constant Field Values
      • PARAM_TABLE_NAME

        @Metadata(description="The default table",
                  javaType="String")
        public static final String PARAM_TABLE_NAME
        See Also:
        Constant Field Values
      • PARAM_SYS_ID

        @Metadata(description="The sys id",
                  javaType="String")
        public static final String PARAM_SYS_ID
        See Also:
        Constant Field Values
      • PARAM_USER_SYS_ID

        @Metadata(description="The user sys id",
                  javaType="String")
        public static final String PARAM_USER_SYS_ID
        See Also:
        Constant Field Values
      • PARAM_USER_ID

        @Metadata(description="The user id",
                  javaType="String")
        public static final String PARAM_USER_ID
        See Also:
        Constant Field Values
      • PARAM_CART_ITEM_ID

        @Metadata(description="The cart item id",
                  javaType="String")
        public static final String PARAM_CART_ITEM_ID
        See Also:
        Constant Field Values
      • PARAM_FILE_NAME

        @Metadata(description="The file name",
                  javaType="String")
        public static final String PARAM_FILE_NAME
        See Also:
        Constant Field Values
      • PARAM_TABLE_SYS_ID

        @Metadata(description="The table sys id",
                  javaType="String")
        public static final String PARAM_TABLE_SYS_ID
        See Also:
        Constant Field Values
      • PARAM_ENCRYPTION_CONTEXT

        @Metadata(description="The encryption context",
                  javaType="String")
        public static final String PARAM_ENCRYPTION_CONTEXT
        See Also:
        Constant Field Values
      • SYSPARM_CATEGORY

        @Metadata(description="The sys param category",
                  javaType="String")
        public static final String SYSPARM_CATEGORY
        See Also:
        Constant Field Values
      • SYSPARM_TYPE

        @Metadata(description="The sys param type",
                  javaType="String")
        public static final String SYSPARM_TYPE
        See Also:
        Constant Field Values
      • SYSPARM_CATALOG

        @Metadata(description="The sys param catalog",
                  javaType="String")
        public static final String SYSPARM_CATALOG
        See Also:
        Constant Field Values
      • SYSPARM_QUERY

        @Metadata(description="The sys param query",
                  javaType="String")
        public static final String SYSPARM_QUERY
        See Also:
        Constant Field Values
      • SYSPARM_DISPLAY_VALUE

        @Metadata(description="Return the display value (true), actual value (false), or both (all) for reference fields",
                  javaType="String",
                  defaultValue="false")
        public static final String SYSPARM_DISPLAY_VALUE
        See Also:
        Constant Field Values
      • SYSPARM_INPUT_DISPLAY_VALUE

        @Metadata(description="True to set raw value of input fields",
                  javaType="Boolean",
                  defaultValue="false")
        public static final String SYSPARM_INPUT_DISPLAY_VALUE
        See Also:
        Constant Field Values
      • SYSPARM_EXCLUDE_REFERENCE_LINK

        @Metadata(description="True to exclude Table API links for reference fields",
                  javaType="Boolean",
                  defaultValue="false")
        public static final String SYSPARM_EXCLUDE_REFERENCE_LINK
        See Also:
        Constant Field Values
      • SYSPARM_FIELDS

        @Metadata(description="The sys param fields",
                  javaType="String")
        public static final String SYSPARM_FIELDS
        See Also:
        Constant Field Values
      • SYSPARM_LIMIT

        @Metadata(description="The sys param limit",
                  javaType="Integer")
        public static final String SYSPARM_LIMIT
        See Also:
        Constant Field Values
      • SYSPARM_TEXT

        @Metadata(description="The sys param text",
                  javaType="String")
        public static final String SYSPARM_TEXT
        See Also:
        Constant Field Values
      • SYSPARM_OFFSET

        @Metadata(description="The sys param offset",
                  javaType="Integer")
        public static final String SYSPARM_OFFSET
        See Also:
        Constant Field Values
      • SYSPARM_VIEW

        @Metadata(description="The sys param view",
                  javaType="String")
        public static final String SYSPARM_VIEW
        See Also:
        Constant Field Values
      • SYSPARM_SUPPRESS_AUTO_SYS_FIELD

        @Metadata(description="True to suppress auto generation of system fields",
                  javaType="Boolean",
                  defaultValue="false")
        public static final String SYSPARM_SUPPRESS_AUTO_SYS_FIELD
        See Also:
        Constant Field Values
      • SYSPARM_SUPPRESS_PAGINATION_HEADER

        @Metadata(description="Set this value to true to remove the Link header from the response. The Link header allows you to request\n additional pages of data when the number of records matching your query exceeds the query limit",
                  javaType="Boolean")
        public static final String SYSPARM_SUPPRESS_PAGINATION_HEADER
        See Also:
        Constant Field Values
      • SYSPARM_MIN_FIELDS

        @Metadata(description="The sys param min fields",
                  javaType="String")
        public static final String SYSPARM_MIN_FIELDS
        See Also:
        Constant Field Values
      • SYSPARM_MAX_FIELDS

        @Metadata(description="The sys param max fields",
                  javaType="String")
        public static final String SYSPARM_MAX_FIELDS
        See Also:
        Constant Field Values
      • SYSPARM_SUM_FIELDS

        @Metadata(description="The sys param sum fields",
                  javaType="String")
        public static final String SYSPARM_SUM_FIELDS
        See Also:
        Constant Field Values
      • SYSPARM_AVG_FIELDS

        @Metadata(description="The sys param avg fields",
                  javaType="String")
        public static final String SYSPARM_AVG_FIELDS
        See Also:
        Constant Field Values
      • SYSPARM_COUNT

        @Metadata(description="The sys param count",
                  javaType="Boolean")
        public static final String SYSPARM_COUNT
        See Also:
        Constant Field Values
      • SYSPARM_GROUP_BY

        @Metadata(description="The sys param group by",
                  javaType="String")
        public static final String SYSPARM_GROUP_BY
        See Also:
        Constant Field Values
      • SYSPARM_ORDER_BY

        @Metadata(description="The sys param order by",
                  javaType="String")
        public static final String SYSPARM_ORDER_BY
        See Also:
        Constant Field Values
      • SYSPARM_HAVING

        @Metadata(description="The sys param having",
                  javaType="String")
        public static final String SYSPARM_HAVING
        See Also:
        Constant Field Values
      • SYSPARM_UUID

        @Metadata(description="The sys param UUID",
                  javaType="String")
        public static final String SYSPARM_UUID
        See Also:
        Constant Field Values
      • SYSPARM_BREAKDOWN

        @Metadata(description="The sys param breakdown",
                  javaType="String")
        public static final String SYSPARM_BREAKDOWN
        See Also:
        Constant Field Values
      • SYSPARM_INCLUDE_SCORES

        @Metadata(description="Set this parameter to true to return all scores for a scorecard. If a value is not specified, this parameter\n defaults to false and returns only the most recent score value.",
                  javaType="Boolean")
        public static final String SYSPARM_INCLUDE_SCORES
        See Also:
        Constant Field Values
      • SYSPARM_INCLUDE_SCORE_NOTES

        @Metadata(description="Set this parameter to true to return all notes associated with the score. The note element contains the note text\n as well as the author and timestamp when the note was added.",
                  javaType="Boolean")
        public static final String SYSPARM_INCLUDE_SCORE_NOTES
        See Also:
        Constant Field Values
      • SYSPARM_INCLUDE_AGGREGATES

        @Metadata(description="Set this parameter to true to always return all available aggregates for an indicator, including when an\n aggregate has already been applied. If a value is not specified, this parameter defaults to false and returns no\n aggregates.",
                  javaType="Boolean")
        public static final String SYSPARM_INCLUDE_AGGREGATES
        See Also:
        Constant Field Values
      • SYSPARM_INCLUDE_AVAILABLE_BREAKDOWNS

        @Metadata(description="Set this parameter to true to return all available breakdowns for an indicator. If a value is not specified, this\n parameter defaults to false and returns no breakdowns.",
                  javaType="Boolean")
        public static final String SYSPARM_INCLUDE_AVAILABLE_BREAKDOWNS
        See Also:
        Constant Field Values
      • SYSPARM_INCLUDE_AVAILABLE_AGGREGATES

        @Metadata(description="Set this parameter to true to return all available aggregates for an indicator when no aggregate has been\n applied. If a value is not specified, this parameter defaults to false and returns no aggregates.",
                  javaType="Boolean")
        public static final String SYSPARM_INCLUDE_AVAILABLE_AGGREGATES
        See Also:
        Constant Field Values
      • SYSPARM_FAVORITES

        @Metadata(description="Set this parameter to true to return only scorecards that are favorites of the querying user.",
                  javaType="Boolean")
        public static final String SYSPARM_FAVORITES
        See Also:
        Constant Field Values
      • SYSPARM_KEY

        @Metadata(description="Set this parameter to true to return only scorecards for key indicators.",
                  javaType="Boolean")
        public static final String SYSPARM_KEY
        See Also:
        Constant Field Values
      • SYSPARM_TARGET

        @Metadata(description="Set this parameter to true to return only scorecards that have a target.",
                  javaType="Boolean")
        public static final String SYSPARM_TARGET
        See Also:
        Constant Field Values
      • SYSPARM_DISPLAY

        @Metadata(description="Set this parameter to true to return only scorecards where the indicator Display field is selected. Set this\n parameter to all to return scorecards with any Display field value.",
                  javaType="String",
                  defaultValue="true")
        public static final String SYSPARM_DISPLAY
        See Also:
        Constant Field Values
      • SYSPARM_PER_PAGE

        @Metadata(description="Enter the maximum number of scorecards each query can return. By default this value is 10, and the maximum is\n 100.",
                  javaType="Integer",
                  defaultValue="10")
        public static final String SYSPARM_PER_PAGE
        See Also:
        Constant Field Values
      • SYSPARM_SORT_BY

        @Metadata(description="Specify the value to use when sorting results. By default, queries sort records by value.",
                  javaType="String")
        public static final String SYSPARM_SORT_BY
        See Also:
        Constant Field Values
      • SYSPARM_SORT_DIR

        @Metadata(description="Specify the sort direction, ascending or descending. By default, queries sort records in descending order. Use\n sysparm_sortdir=asc to sort in ascending order.",
                  javaType="String")
        public static final String SYSPARM_SORT_DIR
        See Also:
        Constant Field Values
      • SYSPARM_CONTAINS

        @Metadata(description="The sys param contains.",
                  javaType="String")
        public static final String SYSPARM_CONTAINS
        See Also:
        Constant Field Values
      • SYSPARM_TAGS

        @Metadata(description="The sys param tags.",
                  javaType="String")
        public static final String SYSPARM_TAGS
        See Also:
        Constant Field Values
      • SYSPARM_PAGE

        @Metadata(description="The sys param page.",
                  javaType="String")
        public static final String SYSPARM_PAGE
        See Also:
        Constant Field Values
      • SYSPARM_ELEMENTS_FILTER

        @Metadata(description="The sys param elements filter.",
                  javaType="String")
        public static final String SYSPARM_ELEMENTS_FILTER
        See Also:
        Constant Field Values
      • SYSPARM_BREAKDOWN_RELATION

        @Metadata(description="The sys param breakdown relation.",
                  javaType="String")
        public static final String SYSPARM_BREAKDOWN_RELATION
        See Also:
        Constant Field Values
      • SYSPARM_DATA_SOURCE

        @Metadata(description="The sys param data source.",
                  javaType="String")
        public static final String SYSPARM_DATA_SOURCE
        See Also:
        Constant Field Values
      • SYSPARM_TOP_LEVEL_ONLY

        @Metadata(description="Gets only those categories whose parent is a catalog.",
                  javaType="Boolean")
        public static final String SYSPARM_TOP_LEVEL_ONLY
        See Also:
        Constant Field Values
      • ACTION_SUBJECT_PERFORMANCE_ANALYTICS

        public static final String ACTION_SUBJECT_PERFORMANCE_ANALYTICS
        See Also:
        Constant Field Values
      • ACTION_SUBJECT_USER_ROLE_INHERITANCE

        public static final String ACTION_SUBJECT_USER_ROLE_INHERITANCE
        See Also:
        Constant Field Values