Enum ErrorItemType

    • Enum Constant Detail

      • FILE_GUID

        public static final ErrorItemType FILE_GUID
        File GUID
      • TRANSIENT_FILE_PATH

        public static final ErrorItemType TRANSIENT_FILE_PATH
        Transient file path
      • FOLDER_PATH

        public static final ErrorItemType FOLDER_PATH
        Folder path
      • USER_ADDRESS

        public static final ErrorItemType USER_ADDRESS
        User address
      • ROOM_ID

        public static final ErrorItemType ROOM_ID
        Workspace ID
      • DISTRIBUTION_LIST_GIVEN_ID

        public static final ErrorItemType DISTRIBUTION_LIST_GIVEN_ID
        Distribution list given ID
      • USER_ALIAS

        public static final ErrorItemType USER_ALIAS
        User alias
      • ORGANIZATION_TAG

        public static final ErrorItemType ORGANIZATION_TAG
        Organization tag
      • DOCUMENT_VERSION_GUID

        public static final ErrorItemType DOCUMENT_VERSION_GUID
        File version GUID
      • PERMITTED_ENTITY_ADDRESS

        public static final ErrorItemType PERMITTED_ENTITY_ADDRESS
        Permitted entity address
      • INVITE_GROUPS

        public static final ErrorItemType INVITE_GROUPS
        Invite groups
      • USER_NAME

        public static final ErrorItemType USER_NAME
        User name
      • USER_NOTIFICATION

        public static final ErrorItemType USER_NOTIFICATION
        User notification
      • ACTIVE_DIRECTORY_GROUP

        public static final ErrorItemType ACTIVE_DIRECTORY_GROUP
        Active Directory group
      • FOLDER_ID

        public static final ErrorItemType FOLDER_ID
        Folder ID
      • SHAREPOINT

        public static final ErrorItemType SHAREPOINT
        Sharepoint
      • EXTERNAL_REPOSITORY

        public static final ErrorItemType EXTERNAL_REPOSITORY
        External repository
      • PERMISSION_REQUEST

        public static final ErrorItemType PERMISSION_REQUEST
        Permission request
      • USER_PASSWORD

        public static final ErrorItemType USER_PASSWORD
        User password
      • ORGANIZATION

        public static final ErrorItemType ORGANIZATION
        Organization
      • CSV_LINE_NUMBER

        public static final ErrorItemType CSV_LINE_NUMBER
        CSV line number
      • FILE_TYPE

        public static final ErrorItemType FILE_TYPE
        File type
      • USER_GUID

        public static final ErrorItemType USER_GUID
        User GUID
      • INPUT_FILE

        public static final ErrorItemType INPUT_FILE
        Input file
      • PERMITTED_ENTITY

        public static final ErrorItemType PERMITTED_ENTITY
        Permitted entity
    • Method Detail

      • values

        public static ErrorItemType[] 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 (ErrorItemType c : ErrorItemType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static ErrorItemType 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