Package com.algolia.model.search
Enum Class Acl
- All Implemented Interfaces:
Serializable,Comparable<Acl>,Constable
API key permissions: `addObject`: required to add or update records, copy or move an index.
`analytics`: required to access the Analytics API. `browse`: required to view records
`deleteIndex`: required to delete indices. `deleteObject`: required to delete records.
`editSettings`: required to change index settings. `listIndexes`: required to list indices.
`logs`: required to access logs of search and indexing operations. `recommendation`: required to
access the Personalization and Recommend APIs. `search`: required to search records
`seeUnretrievableAttributes`: required to retrieve
[`unretrievableAttributes`](https://www.algolia.com/doc/api-reference/api-parameters/unretrievableAttributes/)
for all operations that return records. `settings`: required to examine index settings.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
-
Enum Constant Details
-
ADD_OBJECT
-
ANALYTICS
-
BROWSE
-
DELETE_OBJECT
-
DELETE_INDEX
-
EDIT_SETTINGS
-
LIST_INDEXES
-
LOGS
-
PERSONALIZATION
-
RECOMMENDATION
-
SEARCH
-
SEE_UNRETRIEVABLE_ATTRIBUTES
-
SETTINGS
-
USAGE
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getValue
-
toString
-
fromValue
-