A B C D E F G H I K L M N O P Q R S T U V W

A

ACTION_PARAM - Static variable in interface com.linkedin.restli.common.RestConstants
 
ActionResponse<T> - Class in com.linkedin.restli.common
A response from an action.
ActionResponse(DataMap, FieldDef<T>, RecordDataSchema) - Constructor for class com.linkedin.restli.common.ActionResponse
Initialize an ActionResponse based on the data returned from the RestLi server, the expected return type of the Action, and the RecordDataSchema for the Action return.
ActionResponse(DataMap, Class<T>) - Constructor for class com.linkedin.restli.common.ActionResponse
Deprecated. value FieldDef and associated RecordDataSchema should be computed in builders and passed in here rather than being computed on the fly.
ActionResponse(FieldDef<T>, RecordDataSchema) - Constructor for class com.linkedin.restli.common.ActionResponse
Initialize an ActionResponse based on the expected return type of the action
ActionResponse(Class<T>) - Constructor for class com.linkedin.restli.common.ActionResponse
Deprecated. RecordDataSchema should be computed in builders and passed, rather than creating it on the fly.
ActionResponse(T, FieldDef<T>, RecordDataSchema) - Constructor for class com.linkedin.restli.common.ActionResponse
Initialize an ActionResponse based on the value result of the Action.
ActionResponse(T) - Constructor for class com.linkedin.restli.common.ActionResponse
Deprecated. 
actions() - Method in class com.linkedin.restli.restspec.ActionsSetSchema.Fields
list of actions supported by this action set
actions() - Method in class com.linkedin.restli.restspec.AssociationSchema.Fields
list of actions supported by this association
actions() - Method in class com.linkedin.restli.restspec.CollectionSchema.Fields
list of actions supported by this collection
actions() - Method in class com.linkedin.restli.restspec.EntitySchema.Fields
list of actions supported by this entity
actions() - Method in class com.linkedin.restli.restspec.SimpleSchema.Fields
list of actions supported by this simple resource
ActionSchema - Class in com.linkedin.restli.restspec
 
ActionSchema() - Constructor for class com.linkedin.restli.restspec.ActionSchema
 
ActionSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.ActionSchema
 
ActionSchema.Fields - Class in com.linkedin.restli.restspec
 
ActionSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.ActionSchema.Fields
 
ActionSchema.Fields() - Constructor for class com.linkedin.restli.restspec.ActionSchema.Fields
 
ActionSchemaArray - Class in com.linkedin.restli.restspec
 
ActionSchemaArray() - Constructor for class com.linkedin.restli.restspec.ActionSchemaArray
 
ActionSchemaArray(int) - Constructor for class com.linkedin.restli.restspec.ActionSchemaArray
 
ActionSchemaArray(Collection<ActionSchema>) - Constructor for class com.linkedin.restli.restspec.ActionSchemaArray
 
ActionSchemaArray(DataList) - Constructor for class com.linkedin.restli.restspec.ActionSchemaArray
 
ActionSchemaArray.Fields - Class in com.linkedin.restli.restspec
 
ActionSchemaArray.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.ActionSchemaArray.Fields
 
ActionSchemaArray.Fields() - Constructor for class com.linkedin.restli.restspec.ActionSchemaArray.Fields
 
actionsSet() - Method in class com.linkedin.restli.restspec.ResourceSchema.Fields
details of action set, if this resource is an action set
ActionsSetSchema - Class in com.linkedin.restli.restspec
 
ActionsSetSchema() - Constructor for class com.linkedin.restli.restspec.ActionsSetSchema
 
ActionsSetSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.ActionsSetSchema
 
ActionsSetSchema.Fields - Class in com.linkedin.restli.restspec
 
ActionsSetSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.ActionsSetSchema.Fields
 
ActionsSetSchema.Fields() - Constructor for class com.linkedin.restli.restspec.ActionsSetSchema.Fields
 
addSortedParams(UriBuilder, Map<String, List<String>>) - Static method in class com.linkedin.restli.internal.common.QueryParamsDataMap
Helper method to add the provided query params multimap to the provided UriBuilder, sorting both keys and values within the list for each key.
addSortedParams(UriBuilder, DataMap) - Static method in class com.linkedin.restli.internal.common.QueryParamsDataMap
Same as above, but taking a DataMap representation of query parameters
annotations() - Method in class com.linkedin.restli.restspec.ActionSchema.Fields
custom annotation data
annotations() - Method in class com.linkedin.restli.restspec.CustomAnnotationSchema.Fields
custom annotation data
annotations() - Method in class com.linkedin.restli.restspec.FinderSchema.Fields
custom annotation data
annotations() - Method in class com.linkedin.restli.restspec.ParameterSchema.Fields
custom annotation data
annotations() - Method in class com.linkedin.restli.restspec.ResourceSchema.Fields
custom annotation data
annotations() - Method in class com.linkedin.restli.restspec.RestMethodSchema.Fields
custom annotation data
append(String, Object) - Method in class com.linkedin.restli.common.CompoundKey
Add the key with the given name and value to the CompoundKey.
AsciiHexEncoding - Class in com.linkedin.restli.internal.common
This class is used to encode and decode a string using a given encoding char and a set of reserved characters to encode.
AsciiHexEncoding(char, char[]) - Constructor for class com.linkedin.restli.internal.common.AsciiHexEncoding
 
AsciiHexEncoding(char, Set<Character>) - Constructor for class com.linkedin.restli.internal.common.AsciiHexEncoding
Constructor.
AsciiHexEncoding.CannotDecodeException - Exception in com.linkedin.restli.internal.common
Defines the exception thrown when the string cannot be decoded
AsciiHexEncoding.CannotDecodeException(String) - Constructor for exception com.linkedin.restli.internal.common.AsciiHexEncoding.CannotDecodeException
 
AsciiHexEncoding.CannotDecodeException(String, Throwable) - Constructor for exception com.linkedin.restli.internal.common.AsciiHexEncoding.CannotDecodeException
 
association() - Method in class com.linkedin.restli.restspec.ResourceSchema.Fields
details of association, if this resource is an association
AssociationSchema - Class in com.linkedin.restli.restspec
 
AssociationSchema() - Constructor for class com.linkedin.restli.restspec.AssociationSchema
 
AssociationSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.AssociationSchema
 
AssociationSchema.Fields - Class in com.linkedin.restli.restspec
 
AssociationSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.AssociationSchema.Fields
 
AssociationSchema.Fields() - Constructor for class com.linkedin.restli.restspec.AssociationSchema.Fields
 
assocKey() - Method in class com.linkedin.restli.restspec.FinderSchema.Fields
association key for this finder - only present if this finder takes a single association key
assocKeys() - Method in class com.linkedin.restli.restspec.AssociationSchema.Fields
list of association keys for this association
assocKeys() - Method in class com.linkedin.restli.restspec.FinderSchema.Fields
list of association keys for this finder - only present if this finder takes multiple association keys
AssocKeySchema - Class in com.linkedin.restli.restspec
 
AssocKeySchema() - Constructor for class com.linkedin.restli.restspec.AssocKeySchema
 
AssocKeySchema(DataMap) - Constructor for class com.linkedin.restli.restspec.AssocKeySchema
 
AssocKeySchema.Fields - Class in com.linkedin.restli.restspec
 
AssocKeySchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.AssocKeySchema.Fields
 
AssocKeySchema.Fields() - Constructor for class com.linkedin.restli.restspec.AssocKeySchema.Fields
 
AssocKeySchemaArray - Class in com.linkedin.restli.restspec
 
AssocKeySchemaArray() - Constructor for class com.linkedin.restli.restspec.AssocKeySchemaArray
 
AssocKeySchemaArray(int) - Constructor for class com.linkedin.restli.restspec.AssocKeySchemaArray
 
AssocKeySchemaArray(Collection<AssocKeySchema>) - Constructor for class com.linkedin.restli.restspec.AssocKeySchemaArray
 
AssocKeySchemaArray(DataList) - Constructor for class com.linkedin.restli.restspec.AssocKeySchemaArray
 
AssocKeySchemaArray.Fields - Class in com.linkedin.restli.restspec
 
AssocKeySchemaArray.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.AssocKeySchemaArray.Fields
 
AssocKeySchemaArray.Fields() - Constructor for class com.linkedin.restli.restspec.AssocKeySchemaArray.Fields
 

B

BatchRequest<T extends com.linkedin.data.template.RecordTemplate> - Class in com.linkedin.restli.common
 
BatchRequest(DataMap, Class<T>) - Constructor for class com.linkedin.restli.common.BatchRequest
Initialize a BatchRequest off of the given data and valueClass.
BatchResponse<T extends com.linkedin.data.template.RecordTemplate> - Class in com.linkedin.restli.common
A Batch of records.
BatchResponse(DataMap, Class<T>) - Constructor for class com.linkedin.restli.common.BatchResponse
Initialize a BatchResponse with the given data and valueClass.
BatchResponse(Class<T>, int, int) - Constructor for class com.linkedin.restli.common.BatchResponse
Initialize a BatchResponse with the given valueClass and capacities.
buildFromDataMap(DataMap, Class<? extends RecordTemplate>, Class<? extends RecordTemplate>) - Static method in class com.linkedin.restli.common.ComplexResourceKey
Build complex key instance from an untyped datamap representing a complex key as defined in QueryParamsDataMap

C

clone() - Method in class com.linkedin.restli.common.EmptyRecord
 
clone() - Method in class com.linkedin.restli.restspec.ActionSchema
 
clone() - Method in class com.linkedin.restli.restspec.ActionSchemaArray
 
clone() - Method in class com.linkedin.restli.restspec.ActionsSetSchema
 
clone() - Method in class com.linkedin.restli.restspec.AssociationSchema
 
clone() - Method in class com.linkedin.restli.restspec.AssocKeySchema
 
clone() - Method in class com.linkedin.restli.restspec.AssocKeySchemaArray
 
clone() - Method in class com.linkedin.restli.restspec.CollectionSchema
 
clone() - Method in class com.linkedin.restli.restspec.CustomAnnotationContentSchema
 
clone() - Method in class com.linkedin.restli.restspec.CustomAnnotationContentSchemaMap
 
clone() - Method in class com.linkedin.restli.restspec.CustomAnnotationSchema
 
clone() - Method in class com.linkedin.restli.restspec.Deprecatable
 
clone() - Method in class com.linkedin.restli.restspec.EntitySchema
 
clone() - Method in class com.linkedin.restli.restspec.FinderSchema
 
clone() - Method in class com.linkedin.restli.restspec.FinderSchemaArray
 
clone() - Method in class com.linkedin.restli.restspec.IdentifierSchema
 
clone() - Method in class com.linkedin.restli.restspec.MetadataSchema
 
clone() - Method in class com.linkedin.restli.restspec.ParameterSchema
 
clone() - Method in class com.linkedin.restli.restspec.ParameterSchemaArray
 
clone() - Method in class com.linkedin.restli.restspec.ResourceSchema
 
clone() - Method in class com.linkedin.restli.restspec.ResourceSchemaArray
 
clone() - Method in class com.linkedin.restli.restspec.RestMethodSchema
 
clone() - Method in class com.linkedin.restli.restspec.RestMethodSchemaArray
 
clone() - Method in class com.linkedin.restli.restspec.SimpleSchema
 
CODEC - Static variable in class com.linkedin.restli.internal.common.PathSegment
 
coerceString(String, Class<?>) - Static method in class com.linkedin.restli.internal.common.ValueConverter
Attempt to coerce the given string into an object of the given class.
collection() - Method in class com.linkedin.restli.restspec.ResourceSchema.Fields
details of collection, if this resource is a collection
CollectionMetadata - Class in com.linkedin.restli.common
Metadata and pagination links for this collection
CollectionMetadata() - Constructor for class com.linkedin.restli.common.CollectionMetadata
Initialize empty CollectionMetadata.
CollectionMetadata(DataMap) - Constructor for class com.linkedin.restli.common.CollectionMetadata
Initialize CollectionMetadata based on the given map.
CollectionRequest<T extends com.linkedin.data.template.RecordTemplate> - Class in com.linkedin.restli.common
 
CollectionRequest(Class<T>) - Constructor for class com.linkedin.restli.common.CollectionRequest
Initialize a CollectionRequest based on the given elementClass.
CollectionRequest(DataMap, Class<T>) - Constructor for class com.linkedin.restli.common.CollectionRequest
Initialize a CollectionRequest based on the given data and elementClass.
CollectionResponse<T extends com.linkedin.data.template.RecordTemplate> - Class in com.linkedin.restli.common
A Collection of records.
CollectionResponse(Class<T>) - Constructor for class com.linkedin.restli.common.CollectionResponse
Initialize a CollectionResponse based on the type of elements it returns.
CollectionResponse(DataMap, Class<T>) - Constructor for class com.linkedin.restli.common.CollectionResponse
Initialize a CollectionResponse based on the given dataMap and the elements it returns.
CollectionSchema - Class in com.linkedin.restli.restspec
 
CollectionSchema() - Constructor for class com.linkedin.restli.restspec.CollectionSchema
 
CollectionSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.CollectionSchema
 
CollectionSchema.Fields - Class in com.linkedin.restli.restspec
 
CollectionSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.CollectionSchema.Fields
 
CollectionSchema.Fields() - Constructor for class com.linkedin.restli.restspec.CollectionSchema.Fields
 
com.linkedin.restli.common - package com.linkedin.restli.common
 
com.linkedin.restli.internal.common - package com.linkedin.restli.internal.common
 
com.linkedin.restli.restspec - package com.linkedin.restli.restspec
 
ComplexResourceKey<K extends com.linkedin.data.template.RecordTemplate,P extends com.linkedin.data.template.RecordTemplate> - Class in com.linkedin.restli.common
The class represents a resource key consisting of a RecordTemplate-derived key part and a RecordTemplate-derived parameters part.
ComplexResourceKey(K, P) - Constructor for class com.linkedin.restli.common.ComplexResourceKey
Initialize a ComplexResourceKey with the given key and parameters.
CompoundKey - Class in com.linkedin.restli.common
Represents a compound identifier.
CompoundKey() - Constructor for class com.linkedin.restli.common.CompoundKey
 
CompoundKey.TypeInfo - Class in com.linkedin.restli.common
 
CompoundKey.TypeInfo(Class<?>, Class<?>) - Constructor for class com.linkedin.restli.common.CompoundKey.TypeInfo
 
copy() - Method in class com.linkedin.restli.common.EmptyRecord
 
copy() - Method in class com.linkedin.restli.restspec.ActionSchema
 
copy() - Method in class com.linkedin.restli.restspec.ActionSchemaArray
 
copy() - Method in class com.linkedin.restli.restspec.ActionsSetSchema
 
copy() - Method in class com.linkedin.restli.restspec.AssociationSchema
 
copy() - Method in class com.linkedin.restli.restspec.AssocKeySchema
 
copy() - Method in class com.linkedin.restli.restspec.AssocKeySchemaArray
 
copy() - Method in class com.linkedin.restli.restspec.CollectionSchema
 
copy() - Method in class com.linkedin.restli.restspec.CustomAnnotationContentSchema
 
copy() - Method in class com.linkedin.restli.restspec.CustomAnnotationContentSchemaMap
 
copy() - Method in class com.linkedin.restli.restspec.CustomAnnotationSchema
 
copy() - Method in class com.linkedin.restli.restspec.Deprecatable
 
copy() - Method in class com.linkedin.restli.restspec.EntitySchema
 
copy() - Method in class com.linkedin.restli.restspec.FinderSchema
 
copy() - Method in class com.linkedin.restli.restspec.FinderSchemaArray
 
copy() - Method in class com.linkedin.restli.restspec.IdentifierSchema
 
copy() - Method in class com.linkedin.restli.restspec.MetadataSchema
 
copy() - Method in class com.linkedin.restli.restspec.ParameterSchema
 
copy() - Method in class com.linkedin.restli.restspec.ParameterSchemaArray
 
copy() - Method in class com.linkedin.restli.restspec.ResourceSchema
 
copy() - Method in class com.linkedin.restli.restspec.ResourceSchemaArray
 
copy() - Method in class com.linkedin.restli.restspec.RestMethodSchema
 
copy() - Method in class com.linkedin.restli.restspec.RestMethodSchemaArray
 
copy() - Method in class com.linkedin.restli.restspec.SimpleSchema
 
COUNT_PARAM - Static variable in interface com.linkedin.restli.common.RestConstants
 
createFromPatchDocument(DataMap) - Static method in class com.linkedin.restli.common.PatchRequest
Initialize and return a PatchRequest off of the given patch document.
CreateStatus - Class in com.linkedin.restli.common
A Create response status.
CreateStatus() - Constructor for class com.linkedin.restli.common.CreateStatus
Initialize an empty CreateStatus.
CreateStatus(DataMap) - Constructor for class com.linkedin.restli.common.CreateStatus
Initialize a CreateStatus off of a given DataMap.
CustomAnnotationContentSchema - Class in com.linkedin.restli.restspec
Unstructured record that represents arbitrary custom annotations for idl.
CustomAnnotationContentSchema() - Constructor for class com.linkedin.restli.restspec.CustomAnnotationContentSchema
 
CustomAnnotationContentSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.CustomAnnotationContentSchema
 
CustomAnnotationContentSchema.Fields - Class in com.linkedin.restli.restspec
 
CustomAnnotationContentSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.CustomAnnotationContentSchema.Fields
 
CustomAnnotationContentSchema.Fields() - Constructor for class com.linkedin.restli.restspec.CustomAnnotationContentSchema.Fields
 
CustomAnnotationContentSchemaMap - Class in com.linkedin.restli.restspec
 
CustomAnnotationContentSchemaMap() - Constructor for class com.linkedin.restli.restspec.CustomAnnotationContentSchemaMap
 
CustomAnnotationContentSchemaMap(int) - Constructor for class com.linkedin.restli.restspec.CustomAnnotationContentSchemaMap
 
CustomAnnotationContentSchemaMap(int, float) - Constructor for class com.linkedin.restli.restspec.CustomAnnotationContentSchemaMap
 
CustomAnnotationContentSchemaMap(Map<String, CustomAnnotationContentSchema>) - Constructor for class com.linkedin.restli.restspec.CustomAnnotationContentSchemaMap
 
CustomAnnotationContentSchemaMap(DataMap) - Constructor for class com.linkedin.restli.restspec.CustomAnnotationContentSchemaMap
 
CustomAnnotationContentSchemaMap.Fields - Class in com.linkedin.restli.restspec
 
CustomAnnotationContentSchemaMap.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.CustomAnnotationContentSchemaMap.Fields
 
CustomAnnotationContentSchemaMap.Fields() - Constructor for class com.linkedin.restli.restspec.CustomAnnotationContentSchemaMap.Fields
 
CustomAnnotationSchema - Class in com.linkedin.restli.restspec
Custom annotation for idl
CustomAnnotationSchema() - Constructor for class com.linkedin.restli.restspec.CustomAnnotationSchema
 
CustomAnnotationSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.CustomAnnotationSchema
 
CustomAnnotationSchema.Fields - Class in com.linkedin.restli.restspec
 
CustomAnnotationSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.CustomAnnotationSchema.Fields
 
CustomAnnotationSchema.Fields() - Constructor for class com.linkedin.restli.restspec.CustomAnnotationSchema.Fields
 

D

dataMapToQueryString(DataMap, URLEscaper.Escaping) - Static method in class com.linkedin.restli.internal.common.QueryParamsDataMap
Helper method to convert a DataMap into a string by concatenating key-value pairs with "&", sorted by both key and value.
decode(String) - Method in class com.linkedin.restli.internal.common.AsciiHexEncoding
Decodes the string, .
decodeMaskUriFormat(StringBuilder) - Static method in class com.linkedin.restli.internal.common.URIMaskUtil
Return a MaskTree decoded from the URI-formatted String input.
default_() - Method in class com.linkedin.restli.restspec.ParameterSchema.Fields
indicates the default value for this parameter
DEFAULT_CHARSET - Static variable in interface com.linkedin.restli.common.RestConstants
 
DEFAULT_CHARSET_NAME - Static variable in interface com.linkedin.restli.common.RestConstants
 
DEFAULT_COUNT - Static variable in interface com.linkedin.restli.common.RestConstants
 
DEFAULT_EXCLUDE - Static variable in annotation type com.linkedin.restli.restspec.RestSpecAnnotation
 
DEFAULT_NAME - Static variable in annotation type com.linkedin.restli.restspec.RestSpecAnnotation
 
DEFAULT_SKIP_DEFAULT - Static variable in annotation type com.linkedin.restli.restspec.RestSpecAnnotation
 
DEFAULT_START - Static variable in interface com.linkedin.restli.common.RestConstants
 
Deprecatable - Class in com.linkedin.restli.restspec
 
Deprecatable() - Constructor for class com.linkedin.restli.restspec.Deprecatable
 
Deprecatable(DataMap) - Constructor for class com.linkedin.restli.restspec.Deprecatable
 
Deprecatable.Fields - Class in com.linkedin.restli.restspec
 
Deprecatable.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.Deprecatable.Fields
 
Deprecatable.Fields() - Constructor for class com.linkedin.restli.restspec.Deprecatable.Fields
 
deprecated() - Method in class com.linkedin.restli.restspec.Deprecatable.Fields
If a resource has been marked as deprecated
deprecatedDoc() - Method in class com.linkedin.restli.restspec.Deprecatable.Fields
Explanation of the deprecation, should include message to clients on how to migrate away from deprecated resource or method
doc() - Method in class com.linkedin.restli.restspec.ActionSchema.Fields
Documentation for this action
doc() - Method in class com.linkedin.restli.restspec.FinderSchema.Fields
Documentation for this finder
doc() - Method in class com.linkedin.restli.restspec.ParameterSchema.Fields
Documentation for this parameter
doc() - Method in class com.linkedin.restli.restspec.ResourceSchema.Fields
Documentation for this resource
doc() - Method in class com.linkedin.restli.restspec.RestMethodSchema.Fields
Documentation for this finder

E

ELEMENTS - Static variable in class com.linkedin.restli.common.CollectionRequest
 
ELEMENTS - Static variable in class com.linkedin.restli.common.CollectionResponse
 
EmptyRecord - Class in com.linkedin.restli.common
An literally empty record.
EmptyRecord() - Constructor for class com.linkedin.restli.common.EmptyRecord
 
EmptyRecord(DataMap) - Constructor for class com.linkedin.restli.common.EmptyRecord
 
EmptyRecord.Fields - Class in com.linkedin.restli.common
 
EmptyRecord.Fields(List<String>, String) - Constructor for class com.linkedin.restli.common.EmptyRecord.Fields
 
EmptyRecord.Fields() - Constructor for class com.linkedin.restli.common.EmptyRecord.Fields
 
EmptyRecordValidator - Class in com.linkedin.restli.common
Validate if the data is empty.
EmptyRecordValidator(DataMap) - Constructor for class com.linkedin.restli.common.EmptyRecordValidator
 
encode(String) - Method in class com.linkedin.restli.internal.common.AsciiHexEncoding
Encodes the incoming string according to the given escape character and reserved characters.
encodeMaskForURI(MaskTree) - Static method in class com.linkedin.restli.internal.common.URIMaskUtil
Generate a URI-formatted String encoding of the given MaskTree.
ENTITIES - Static variable in class com.linkedin.restli.common.BatchRequest
 
entity() - Method in class com.linkedin.restli.restspec.AssociationSchema.Fields
details on the entities contained in this association
entity() - Method in class com.linkedin.restli.restspec.CollectionSchema.Fields
details of the entity provided by this collection
entity() - Method in class com.linkedin.restli.restspec.SimpleSchema.Fields
details of the entity provided by this simple resource
EntitySchema - Class in com.linkedin.restli.restspec
 
EntitySchema() - Constructor for class com.linkedin.restli.restspec.EntitySchema
 
EntitySchema(DataMap) - Constructor for class com.linkedin.restli.restspec.EntitySchema
 
EntitySchema.Fields - Class in com.linkedin.restli.restspec
 
EntitySchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.EntitySchema.Fields
 
EntitySchema.Fields() - Constructor for class com.linkedin.restli.restspec.EntitySchema.Fields
 
equals(Object) - Method in class com.linkedin.restli.common.ComplexResourceKey
 
equals(Object) - Method in class com.linkedin.restli.common.CompoundKey
 
equals(Object) - Method in class com.linkedin.restli.common.ResourceSpecImpl
 
ErrorResponse - Class in com.linkedin.restli.common
A generic ErrorResponse
ErrorResponse() - Constructor for class com.linkedin.restli.common.ErrorResponse
Initialize an empty ErrorResponse.
ErrorResponse(DataMap) - Constructor for class com.linkedin.restli.common.ErrorResponse
Initialize an ErrorResponse based on the given DataMap.
ERRORS - Static variable in class com.linkedin.restli.common.BatchResponse
 
escape(String, URLEscaper.Escaping) - Static method in class com.linkedin.restli.internal.common.URLEscaper
 

F

fields() - Static method in class com.linkedin.restli.common.EmptyRecord
 
fields() - Static method in class com.linkedin.restli.restspec.ActionSchema
 
fields() - Static method in class com.linkedin.restli.restspec.ActionsSetSchema
 
fields() - Static method in class com.linkedin.restli.restspec.AssociationSchema
 
fields() - Static method in class com.linkedin.restli.restspec.AssocKeySchema
 
fields() - Static method in class com.linkedin.restli.restspec.CollectionSchema
 
fields() - Static method in class com.linkedin.restli.restspec.CustomAnnotationContentSchema
 
fields() - Static method in class com.linkedin.restli.restspec.CustomAnnotationSchema
 
fields() - Static method in class com.linkedin.restli.restspec.Deprecatable
 
fields() - Static method in class com.linkedin.restli.restspec.EntitySchema
 
fields() - Static method in class com.linkedin.restli.restspec.FinderSchema
 
fields() - Static method in class com.linkedin.restli.restspec.IdentifierSchema
 
fields() - Static method in class com.linkedin.restli.restspec.MetadataSchema
 
fields() - Static method in class com.linkedin.restli.restspec.ParameterSchema
 
fields() - Static method in class com.linkedin.restli.restspec.ResourceSchema
 
fields() - Static method in class com.linkedin.restli.restspec.RestMethodSchema
 
fields() - Static method in class com.linkedin.restli.restspec.SimpleSchema
 
FIELDS_PARAM - Static variable in interface com.linkedin.restli.common.RestConstants
 
finders() - Method in class com.linkedin.restli.restspec.AssociationSchema.Fields
list of finders supported by this association
finders() - Method in class com.linkedin.restli.restspec.CollectionSchema.Fields
list of finders supported by this collection
FinderSchema - Class in com.linkedin.restli.restspec
 
FinderSchema() - Constructor for class com.linkedin.restli.restspec.FinderSchema
 
FinderSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.FinderSchema
 
FinderSchema.Fields - Class in com.linkedin.restli.restspec
 
FinderSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.FinderSchema.Fields
 
FinderSchema.Fields() - Constructor for class com.linkedin.restli.restspec.FinderSchema.Fields
 
FinderSchemaArray - Class in com.linkedin.restli.restspec
 
FinderSchemaArray() - Constructor for class com.linkedin.restli.restspec.FinderSchemaArray
 
FinderSchemaArray(int) - Constructor for class com.linkedin.restli.restspec.FinderSchemaArray
 
FinderSchemaArray(Collection<FinderSchema>) - Constructor for class com.linkedin.restli.restspec.FinderSchemaArray
 
FinderSchemaArray(DataList) - Constructor for class com.linkedin.restli.restspec.FinderSchemaArray
 
FinderSchemaArray.Fields - Class in com.linkedin.restli.restspec
 
FinderSchemaArray.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.FinderSchemaArray.Fields
 
FinderSchemaArray.Fields() - Constructor for class com.linkedin.restli.restspec.FinderSchemaArray.Fields
 
fixUpComplexKeySingletonArray(ComplexResourceKey<?, ?>) - Static method in class com.linkedin.restli.internal.common.QueryParamsDataMap
Because of backwards compatibility concerns, array fields of the key component of a ComplexResourceKeys in a get request will be represented in the request url in the old style.
fromCode(int) - Static method in enum com.linkedin.restli.common.HttpStatus
Return the HttpStatus associated with the given status code.
fromString(String) - Static method in enum com.linkedin.restli.common.ResourceMethod
Convert to ResourceMethod enum from String.
fromValues(DataMap, Map<String, CompoundKey.TypeInfo>) - Static method in class com.linkedin.restli.common.CompoundKey
Initialize and return a CompoundKey.

G

generate(ResourceMethod, String) - Static method in class com.linkedin.restli.common.OperationNameGenerator
Builds the operation string for a method
getActionResponseMetadata(String) - Method in interface com.linkedin.restli.common.ResourceSpec
 
getActionResponseMetadata(String) - Method in class com.linkedin.restli.common.ResourceSpecImpl
 
getActions(GetMode) - Method in class com.linkedin.restli.restspec.ActionsSetSchema
Getter for actions
getActions() - Method in class com.linkedin.restli.restspec.ActionsSetSchema
Getter for actions
getActions(GetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for actions
getActions() - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for actions
getActions(GetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for actions
getActions() - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for actions
getActions(GetMode) - Method in class com.linkedin.restli.restspec.EntitySchema
Getter for actions
getActions() - Method in class com.linkedin.restli.restspec.EntitySchema
Getter for actions
getActions(GetMode) - Method in class com.linkedin.restli.restspec.SimpleSchema
Getter for actions
getActions() - Method in class com.linkedin.restli.restspec.SimpleSchema
Getter for actions
getActionsSet(GetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for actionsSet
getActionsSet() - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for actionsSet
getAnnotations(GetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for annotations
getAnnotations() - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for annotations
getAnnotations(GetMode) - Method in class com.linkedin.restli.restspec.CustomAnnotationSchema
Getter for annotations
getAnnotations() - Method in class com.linkedin.restli.restspec.CustomAnnotationSchema
Getter for annotations
getAnnotations(GetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for annotations
getAnnotations() - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for annotations
getAnnotations(GetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for annotations
getAnnotations() - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for annotations
getAnnotations(GetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for annotations
getAnnotations() - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for annotations
getAnnotations(GetMode) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Getter for annotations
getAnnotations() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Getter for annotations
getAssociation(GetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for association
getAssociation() - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for association
getAssocKey(GetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for assocKey
getAssocKey() - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for assocKey
getAssocKeys(GetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for assocKeys
getAssocKeys() - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for assocKeys
getAssocKeys(GetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for assocKeys
getAssocKeys() - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for assocKeys
getCode() - Method in enum com.linkedin.restli.common.HttpStatus
 
getCoercerClassFromSchema(TyperefDataSchema) - Static method in class com.linkedin.restli.internal.common.TyperefUtils
 
getCollection(GetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for collection
getCollection() - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for collection
getCount(GetMode) - Method in class com.linkedin.restli.common.CollectionMetadata
Returns the count value of the CollectionMetadata.
getCount() - Method in class com.linkedin.restli.common.CollectionMetadata
Get count value of the CollectionMetadata.
getDataSchemas() - Method in class com.linkedin.restli.common.OptionsResponse
 
getDefault(GetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for default
getDefault() - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for default
getDeprecatedDoc(GetMode) - Method in class com.linkedin.restli.restspec.Deprecatable
Getter for deprecatedDoc
getDeprecatedDoc() - Method in class com.linkedin.restli.restspec.Deprecatable
Getter for deprecatedDoc
getDoc(GetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for doc
getDoc() - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for doc
getDoc(GetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for doc
getDoc() - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for doc
getDoc(GetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for doc
getDoc() - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for doc
getDoc(GetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for doc
getDoc() - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for doc
getDoc(GetMode) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Getter for doc
getDoc() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Getter for doc
getElements() - Method in class com.linkedin.restli.common.CollectionRequest
Return a mutable list of elements that can be added to as the collection.
getElements() - Method in class com.linkedin.restli.common.CollectionResponse
 
getEntities() - Method in class com.linkedin.restli.common.BatchRequest
return a mutable map of of keys to entities that can be added to as the batch request is fulfilled.
getEntity(GetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for entity
getEntity() - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for entity
getEntity(GetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for entity
getEntity() - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for entity
getEntity(GetMode) - Method in class com.linkedin.restli.restspec.SimpleSchema
Getter for entity
getEntity() - Method in class com.linkedin.restli.restspec.SimpleSchema
Getter for entity
getError() - Method in class com.linkedin.restli.common.CreateStatus
Gets the error for for the create status, if any.
getErrorDetails() - Method in class com.linkedin.restli.common.ErrorResponse
 
getErrors() - Method in class com.linkedin.restli.common.BatchResponse
 
getExceptionClass(GetMode) - Method in class com.linkedin.restli.common.ErrorResponse
Returns the exception class of the ErrorResponse.
getExceptionClass() - Method in class com.linkedin.restli.common.ErrorResponse
Get the exception class of the ErrorResponse.
getFinders(GetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for finders
getFinders() - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for finders
getFinders(GetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for finders
getFinders() - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for finders
getHref(GetMode) - Method in class com.linkedin.restli.common.Link
Returns the href attribute of the Link.
getHref() - Method in class com.linkedin.restli.common.Link
Get href attribute of the Link.
getHttpMethod() - Method in enum com.linkedin.restli.common.ResourceMethod
 
getId() - Method in class com.linkedin.restli.common.CreateStatus
 
getIdentifier(GetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for identifier
getIdentifier() - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for identifier
getIndex() - Method in class com.linkedin.restli.internal.common.PathSegment
 
getItems(GetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for items
getItems() - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for items
getJavaClassForSchema(TyperefDataSchema) - Static method in class com.linkedin.restli.internal.common.TyperefUtils
 
getJavaClassNameFromSchema(TyperefDataSchema) - Static method in class com.linkedin.restli.internal.common.TyperefUtils
 
getKey() - Method in class com.linkedin.restli.common.ComplexResourceKey
 
getKeyClass() - Method in interface com.linkedin.restli.common.ResourceSpec
 
getKeyClass() - Method in class com.linkedin.restli.common.ResourceSpecImpl
 
getKeyKeyClass() - Method in interface com.linkedin.restli.common.ResourceSpec
 
getKeyKeyClass() - Method in class com.linkedin.restli.common.ResourceSpecImpl
 
getKeyParamsClass() - Method in interface com.linkedin.restli.common.ResourceSpec
 
getKeyParamsClass() - Method in class com.linkedin.restli.common.ResourceSpecImpl
 
getKeyParts() - Method in interface com.linkedin.restli.common.ResourceSpec
 
getKeyParts() - Method in class com.linkedin.restli.common.ResourceSpecImpl
 
getLinks(GetMode) - Method in class com.linkedin.restli.common.CollectionMetadata
Returns the links of the CollectionMetadata.
getLinks() - Method in class com.linkedin.restli.common.CollectionMetadata
Get the links of the CollectionMetadata.
getMessage(GetMode) - Method in class com.linkedin.restli.common.ErrorResponse
Returns the message of the ErrorResponse.
getMessage() - Method in class com.linkedin.restli.common.ErrorResponse
Get the message of the ErrorResponse.
getMetadata(GetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for metadata
getMetadata() - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for metadata
getMetadataRaw() - Method in class com.linkedin.restli.common.CollectionResponse
 
getMethod(GetMode) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Getter for method
getMethod() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Getter for method
getMethods(GetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for methods
getMethods() - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for methods
getMethods(GetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for methods
getMethods() - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for methods
getMethods(GetMode) - Method in class com.linkedin.restli.restspec.SimpleSchema
Getter for methods
getMethods() - Method in class com.linkedin.restli.restspec.SimpleSchema
Getter for methods
getName() - Method in class com.linkedin.restli.internal.common.PathSegment
 
getName(GetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for name
getName() - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for name
getName(GetMode) - Method in class com.linkedin.restli.restspec.AssocKeySchema
Getter for name
getName() - Method in class com.linkedin.restli.restspec.AssocKeySchema
Getter for name
getName(GetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for name
getName() - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for name
getName(GetMode) - Method in class com.linkedin.restli.restspec.IdentifierSchema
Getter for name
getName() - Method in class com.linkedin.restli.restspec.IdentifierSchema
Getter for name
getName(GetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for name
getName() - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for name
getName(GetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for name
getName() - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for name
getNamespace(GetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for namespace
getNamespace() - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for namespace
getNextLevelMap(PathSegment.MapMap) - Method in class com.linkedin.restli.internal.common.PathSegment
Get the value referenced by this path segment in the provided DataMap The method assumes the current key is not a leaf segment of the key path, i.e.
getNumParts() - Method in class com.linkedin.restli.common.CompoundKey
 
getPaging() - Method in class com.linkedin.restli.common.CollectionResponse
 
getParameters(GetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for parameters
getParameters() - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for parameters
getParameters(GetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for parameters
getParameters() - Method in class com.linkedin.restli.restspec.FinderSchema
Getter for parameters
getParameters(GetMode) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Getter for parameters
getParameters() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Getter for parameters
getParams() - Method in class com.linkedin.restli.common.ComplexResourceKey
 
getParams(GetMode) - Method in class com.linkedin.restli.restspec.IdentifierSchema
Getter for params
getParams() - Method in class com.linkedin.restli.restspec.IdentifierSchema
Getter for params
getPart(String) - Method in class com.linkedin.restli.common.CompoundKey
Get the Object associated with the given key name.
getPartAsInt(String) - Method in class com.linkedin.restli.common.CompoundKey
Get the Object associated with the given key name as an Integer.
getPartAsLong(String) - Method in class com.linkedin.restli.common.CompoundKey
Get the Object associated with the given key name as a Long.
getPartAsString(String) - Method in class com.linkedin.restli.common.CompoundKey
Get the Object associated with the given key name as a String.
getPartKeys() - Method in class com.linkedin.restli.common.CompoundKey
 
getPatchDocument() - Method in class com.linkedin.restli.common.PatchRequest
 
getPath(GetMode) - Method in class com.linkedin.restli.restspec.EntitySchema
Getter for path
getPath() - Method in class com.linkedin.restli.restspec.EntitySchema
Getter for path
getPath(GetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for path
getPath() - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for path
getRel(GetMode) - Method in class com.linkedin.restli.common.Link
Returns the rel attribute of the Link.
getRel() - Method in class com.linkedin.restli.common.Link
Get rel attribute of the Link.
getRequestMetadata(String) - Method in interface com.linkedin.restli.common.ResourceSpec
 
getRequestMetadata(String) - Method in class com.linkedin.restli.common.ResourceSpecImpl
 
getResourceSchemas() - Method in class com.linkedin.restli.common.OptionsResponse
 
getResults() - Method in class com.linkedin.restli.common.BatchResponse
 
getReturns(GetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for returns
getReturns() - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for returns
getSchema(GetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for schema
getSchema() - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for schema
getServiceErrorCode(GetMode) - Method in class com.linkedin.restli.common.ErrorResponse
Returns the service error code of the ErrorResponse.
getServiceErrorCode() - Method in class com.linkedin.restli.common.ErrorResponse
Get the service error code of the ErrorResponse.
getSimple(GetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for simple
getSimple() - Method in class com.linkedin.restli.restspec.ResourceSchema
Getter for simple
getStackTrace(GetMode) - Method in class com.linkedin.restli.common.ErrorResponse
Returns the stack trace of the ErrorResponse.
getStackTrace() - Method in class com.linkedin.restli.common.ErrorResponse
Get the stack trace of the ErrorResponse.
getStart(GetMode) - Method in class com.linkedin.restli.common.CollectionMetadata
Returns the start value of the CollectionMetadata.
getStart() - Method in class com.linkedin.restli.common.CollectionMetadata
Get start value of the CollectionMetadata.
getStatus() - Method in class com.linkedin.restli.common.CreateStatus
 
getStatus(GetMode) - Method in class com.linkedin.restli.common.ErrorResponse
Returns the status of the ErrorResponse.
getStatus() - Method in class com.linkedin.restli.common.ErrorResponse
Get the status of the ErrorResponse.
getStatus() - Method in class com.linkedin.restli.common.UpdateStatus
 
getSubresources(GetMode) - Method in class com.linkedin.restli.restspec.EntitySchema
Getter for subresources
getSubresources() - Method in class com.linkedin.restli.restspec.EntitySchema
Getter for subresources
getSupportedMethods() - Method in interface com.linkedin.restli.common.ResourceSpec
 
getSupportedMethods() - Method in class com.linkedin.restli.common.ResourceSpecImpl
 
getSupports(GetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for supports
getSupports() - Method in class com.linkedin.restli.restspec.AssociationSchema
Getter for supports
getSupports(GetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for supports
getSupports() - Method in class com.linkedin.restli.restspec.CollectionSchema
Getter for supports
getSupports(GetMode) - Method in class com.linkedin.restli.restspec.SimpleSchema
Getter for supports
getSupports() - Method in class com.linkedin.restli.restspec.SimpleSchema
Getter for supports
getThrows(GetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for throws
getThrows() - Method in class com.linkedin.restli.restspec.ActionSchema
Getter for throws
getTitle(GetMode) - Method in class com.linkedin.restli.common.Link
Returns title href attribute of the Link.
getTitle() - Method in class com.linkedin.restli.common.Link
Get title attribute of the Link.
getTotal(GetMode) - Method in class com.linkedin.restli.common.CollectionMetadata
Returns the total value of the CollectionMetadata.
getTotal() - Method in class com.linkedin.restli.common.CollectionMetadata
Get the total value of the CollectionMetadata.
getType(GetMode) - Method in class com.linkedin.restli.common.Link
Returns the type attribute of the Link.
getType() - Method in class com.linkedin.restli.common.Link
Get type attribute of the Link.
getType(GetMode) - Method in class com.linkedin.restli.restspec.AssocKeySchema
Getter for type
getType() - Method in class com.linkedin.restli.restspec.AssocKeySchema
Getter for type
getType(GetMode) - Method in class com.linkedin.restli.restspec.IdentifierSchema
Getter for type
getType() - Method in class com.linkedin.restli.restspec.IdentifierSchema
Getter for type
getType(GetMode) - Method in class com.linkedin.restli.restspec.MetadataSchema
Getter for type
getType() - Method in class com.linkedin.restli.restspec.MetadataSchema
Getter for type
getType(GetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for type
getType() - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for type
getValue() - Method in class com.linkedin.restli.common.ActionResponse
Get the value result of the Action.
getValueClass() - Method in interface com.linkedin.restli.common.ResourceSpec
 
getValueClass() - Method in class com.linkedin.restli.common.ResourceSpecImpl
 

H

hasActions() - Method in class com.linkedin.restli.restspec.ActionsSetSchema
Existence checker for actions
hasActions() - Method in class com.linkedin.restli.restspec.AssociationSchema
Existence checker for actions
hasActions() - Method in class com.linkedin.restli.restspec.CollectionSchema
Existence checker for actions
hasActions() - Method in class com.linkedin.restli.restspec.EntitySchema
Existence checker for actions
hasActions() - Method in class com.linkedin.restli.restspec.SimpleSchema
Existence checker for actions
hasActionsSet() - Method in class com.linkedin.restli.restspec.ResourceSchema
Existence checker for actionsSet
hasAnnotations() - Method in class com.linkedin.restli.restspec.ActionSchema
Existence checker for annotations
hasAnnotations() - Method in class com.linkedin.restli.restspec.CustomAnnotationSchema
Existence checker for annotations
hasAnnotations() - Method in class com.linkedin.restli.restspec.FinderSchema
Existence checker for annotations
hasAnnotations() - Method in class com.linkedin.restli.restspec.ParameterSchema
Existence checker for annotations
hasAnnotations() - Method in class com.linkedin.restli.restspec.ResourceSchema
Existence checker for annotations
hasAnnotations() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Existence checker for annotations
hasAssociation() - Method in class com.linkedin.restli.restspec.ResourceSchema
Existence checker for association
hasAssocKey() - Method in class com.linkedin.restli.restspec.FinderSchema
Existence checker for assocKey
hasAssocKeys() - Method in class com.linkedin.restli.restspec.AssociationSchema
Existence checker for assocKeys
hasAssocKeys() - Method in class com.linkedin.restli.restspec.FinderSchema
Existence checker for assocKeys
hasCollection() - Method in class com.linkedin.restli.restspec.ResourceSchema
Existence checker for collection
hasCount() - Method in class com.linkedin.restli.common.CollectionMetadata
 
hasDefault() - Method in class com.linkedin.restli.restspec.ParameterSchema
Existence checker for default
hasDeprecated() - Method in class com.linkedin.restli.restspec.Deprecatable
Existence checker for deprecated
hasDeprecatedDoc() - Method in class com.linkedin.restli.restspec.Deprecatable
Existence checker for deprecatedDoc
hasDoc() - Method in class com.linkedin.restli.restspec.ActionSchema
Existence checker for doc
hasDoc() - Method in class com.linkedin.restli.restspec.FinderSchema
Existence checker for doc
hasDoc() - Method in class com.linkedin.restli.restspec.ParameterSchema
Existence checker for doc
hasDoc() - Method in class com.linkedin.restli.restspec.ResourceSchema
Existence checker for doc
hasDoc() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Existence checker for doc
hasEntity() - Method in class com.linkedin.restli.restspec.AssociationSchema
Existence checker for entity
hasEntity() - Method in class com.linkedin.restli.restspec.CollectionSchema
Existence checker for entity
hasEntity() - Method in class com.linkedin.restli.restspec.SimpleSchema
Existence checker for entity
hasError() - Method in class com.linkedin.restli.common.CreateStatus
Checks if the create status contains a error.
hasErrorDetails() - Method in class com.linkedin.restli.common.ErrorResponse
 
hasExceptionClass() - Method in class com.linkedin.restli.common.ErrorResponse
 
hasFinders() - Method in class com.linkedin.restli.restspec.AssociationSchema
Existence checker for finders
hasFinders() - Method in class com.linkedin.restli.restspec.CollectionSchema
Existence checker for finders
hashCode() - Method in class com.linkedin.restli.common.ComplexResourceKey
 
hashCode() - Method in class com.linkedin.restli.common.CompoundKey
 
hashCode() - Method in class com.linkedin.restli.common.ResourceSpecImpl
 
hasHref() - Method in class com.linkedin.restli.common.Link
 
hasIdentifier() - Method in class com.linkedin.restli.restspec.CollectionSchema
Existence checker for identifier
hasItems() - Method in class com.linkedin.restli.restspec.ParameterSchema
Existence checker for items
hasLinks() - Method in class com.linkedin.restli.common.CollectionMetadata
 
hasMessage() - Method in class com.linkedin.restli.common.ErrorResponse
 
hasMetadata() - Method in class com.linkedin.restli.restspec.FinderSchema
Existence checker for metadata
hasMethod() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Existence checker for method
hasMethods() - Method in class com.linkedin.restli.restspec.AssociationSchema
Existence checker for methods
hasMethods() - Method in class com.linkedin.restli.restspec.CollectionSchema
Existence checker for methods
hasMethods() - Method in class com.linkedin.restli.restspec.SimpleSchema
Existence checker for methods
hasName() - Method in class com.linkedin.restli.restspec.ActionSchema
Existence checker for name
hasName() - Method in class com.linkedin.restli.restspec.AssocKeySchema
Existence checker for name
hasName() - Method in class com.linkedin.restli.restspec.FinderSchema
Existence checker for name
hasName() - Method in class com.linkedin.restli.restspec.IdentifierSchema
Existence checker for name
hasName() - Method in class com.linkedin.restli.restspec.ParameterSchema
Existence checker for name
hasName() - Method in class com.linkedin.restli.restspec.ResourceSchema
Existence checker for name
hasNamespace() - Method in class com.linkedin.restli.restspec.ResourceSchema
Existence checker for namespace
hasOptional() - Method in class com.linkedin.restli.restspec.ParameterSchema
Existence checker for optional
hasPaging() - Method in class com.linkedin.restli.common.CollectionResponse
 
hasParameters() - Method in class com.linkedin.restli.restspec.ActionSchema
Existence checker for parameters
hasParameters() - Method in class com.linkedin.restli.restspec.FinderSchema
Existence checker for parameters
hasParameters() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Existence checker for parameters
hasParams() - Method in class com.linkedin.restli.restspec.IdentifierSchema
Existence checker for params
hasPath() - Method in class com.linkedin.restli.restspec.EntitySchema
Existence checker for path
hasPath() - Method in class com.linkedin.restli.restspec.ResourceSchema
Existence checker for path
hasRel() - Method in class com.linkedin.restli.common.Link
 
hasReturns() - Method in class com.linkedin.restli.restspec.ActionSchema
Existence checker for returns
hasSchema() - Method in class com.linkedin.restli.restspec.ResourceSchema
Existence checker for schema
hasServiceErrorCode() - Method in class com.linkedin.restli.common.ErrorResponse
 
hasSimple() - Method in class com.linkedin.restli.restspec.ResourceSchema
Existence checker for simple
hasStackTrace() - Method in class com.linkedin.restli.common.ErrorResponse
 
hasStart() - Method in class com.linkedin.restli.common.CollectionMetadata
 
hasStatus() - Method in class com.linkedin.restli.common.ErrorResponse
 
hasSubresources() - Method in class com.linkedin.restli.restspec.EntitySchema
Existence checker for subresources
hasSupports() - Method in class com.linkedin.restli.restspec.AssociationSchema
Existence checker for supports
hasSupports() - Method in class com.linkedin.restli.restspec.CollectionSchema
Existence checker for supports
hasSupports() - Method in class com.linkedin.restli.restspec.SimpleSchema
Existence checker for supports
hasThrows() - Method in class com.linkedin.restli.restspec.ActionSchema
Existence checker for throws
hasTitle() - Method in class com.linkedin.restli.common.Link
 
hasTotal() - Method in class com.linkedin.restli.common.CollectionMetadata
 
hasType() - Method in class com.linkedin.restli.common.Link
 
hasType() - Method in class com.linkedin.restli.restspec.AssocKeySchema
Existence checker for type
hasType() - Method in class com.linkedin.restli.restspec.IdentifierSchema
Existence checker for type
hasType() - Method in class com.linkedin.restli.restspec.MetadataSchema
Existence checker for type
hasType() - Method in class com.linkedin.restli.restspec.ParameterSchema
Existence checker for type
HEADER_ACCEPT - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_CONTENT_TYPE - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_ID - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_LINKEDIN_ERROR_RESPONSE - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_LOCATION - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_RESTLI_ERROR_RESPONSE - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_RESTLI_ID - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_RESTLI_REQUEST_METHOD - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_RESTLI_SUB_TYPE - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_RESTLI_TYPE - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_VALUE_ACCEPT_ANY - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_VALUE_APPLICATION_JSON - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_VALUE_APPLICATION_PSON - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_VALUE_ERROR_APPLICATION - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_VALUE_ERROR_POSTPROCESSING - Static variable in interface com.linkedin.restli.common.RestConstants
 
HEADER_VALUE_ERROR_PREPROCESSING - Static variable in interface com.linkedin.restli.common.RestConstants
 
HttpMethod - Enum in com.linkedin.restli.common
 
HttpStatus - Enum in com.linkedin.restli.common
 

I

identifier() - Method in class com.linkedin.restli.restspec.CollectionSchema.Fields
details of the identifier (key) for this collection
IdentifierSchema - Class in com.linkedin.restli.restspec
 
IdentifierSchema() - Constructor for class com.linkedin.restli.restspec.IdentifierSchema
 
IdentifierSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.IdentifierSchema
 
IdentifierSchema.Fields - Class in com.linkedin.restli.restspec
 
IdentifierSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.IdentifierSchema.Fields
 
IdentifierSchema.Fields() - Constructor for class com.linkedin.restli.restspec.IdentifierSchema.Fields
 
IllegalMaskException - Exception in com.linkedin.restli.internal.common
 
IllegalMaskException() - Constructor for exception com.linkedin.restli.internal.common.IllegalMaskException
Initialize an IllegalMaskException.
IllegalMaskException(String, Throwable) - Constructor for exception com.linkedin.restli.internal.common.IllegalMaskException
Initialize an IllegalMaskException with the given message and cause.
IllegalMaskException(String) - Constructor for exception com.linkedin.restli.internal.common.IllegalMaskException
Initialize an IllegalMaskException with the given message.
IllegalMaskException(Throwable) - Constructor for exception com.linkedin.restli.internal.common.IllegalMaskException
Initialize an IllegalMaskException with the given cause.
isDeprecated(GetMode) - Method in class com.linkedin.restli.restspec.Deprecatable
Getter for deprecated
isDeprecated() - Method in class com.linkedin.restli.restspec.Deprecatable
Getter for deprecated
isIdempotent() - Method in enum com.linkedin.restli.common.HttpMethod
Determine whether this HTTP method is idempotent, as defined in RFC 2616 9.1.2 Idempotent Methods Methods can also have the property of "idempotence" in that (aside from error or expiration issues) the side-effects of N > 0 identical requests is the same as for a single request.
isOptional(GetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for optional
isOptional() - Method in class com.linkedin.restli.restspec.ParameterSchema
Getter for optional
isSafe() - Method in enum com.linkedin.restli.common.HttpMethod
Determine whether this HTTP method is safe, as defined in RFC 2616 9.1.1 Safe Methods Implementors should be aware that the software represents the user in their interactions over the Internet, and should be careful to allow the user to be aware of any actions they might take which may have an unexpected significance to themselves or others.
items() - Method in class com.linkedin.restli.restspec.ActionSchemaArray.Fields
 
items() - Method in class com.linkedin.restli.restspec.AssocKeySchemaArray.Fields
 
items() - Method in class com.linkedin.restli.restspec.FinderSchemaArray.Fields
 
items() - Method in class com.linkedin.restli.restspec.ParameterSchema.Fields
type of individual items, if this is an array parameter (used for finder parameters)
items() - Method in class com.linkedin.restli.restspec.ParameterSchemaArray.Fields
 
items() - Method in class com.linkedin.restli.restspec.ResourceSchemaArray.Fields
 
items() - Method in class com.linkedin.restli.restspec.RestMethodSchemaArray.Fields
 

K

key - Variable in class com.linkedin.restli.common.ComplexResourceKey
 
KEY_VALUE_DELIMITER - Static variable in interface com.linkedin.restli.common.RestConstants
delimiter used for separating name from value in a name-value pair forming a part of compound key

L

Link - Class in com.linkedin.restli.common
A atom:link-inspired link
Link() - Constructor for class com.linkedin.restli.common.Link
Initialize a new link with no data.
Link(DataMap) - Constructor for class com.linkedin.restli.common.Link
Initialize a new link with the given underlying data.
LinkArray - Class in com.linkedin.restli.common
 
LinkArray() - Constructor for class com.linkedin.restli.common.LinkArray
Initialize a new basic LinkArray.
LinkArray(int) - Constructor for class com.linkedin.restli.common.LinkArray
Initialize a new LinkArray with the given initial capacity.
LinkArray(Collection<Link>) - Constructor for class com.linkedin.restli.common.LinkArray
Initialize a new LinkArray that contains the given items.
LinkArray(DataList) - Constructor for class com.linkedin.restli.common.LinkArray
Initialize a new LinkArray that contains the given data.

M

METADATA - Static variable in class com.linkedin.restli.common.CollectionResponse
 
metadata() - Method in class com.linkedin.restli.restspec.FinderSchema.Fields
describes the collection-level metadata returned by this finder
MetadataSchema - Class in com.linkedin.restli.restspec
 
MetadataSchema() - Constructor for class com.linkedin.restli.restspec.MetadataSchema
 
MetadataSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.MetadataSchema
 
MetadataSchema.Fields - Class in com.linkedin.restli.restspec
 
MetadataSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.MetadataSchema.Fields
 
MetadataSchema.Fields() - Constructor for class com.linkedin.restli.restspec.MetadataSchema.Fields
 
method() - Method in class com.linkedin.restli.restspec.RestMethodSchema.Fields
method type for this rest method
methods() - Method in class com.linkedin.restli.restspec.AssociationSchema.Fields
details on rest methods supported by this association
methods() - Method in class com.linkedin.restli.restspec.CollectionSchema.Fields
details on rest methods supported by this collection
methods() - Method in class com.linkedin.restli.restspec.SimpleSchema.Fields
details on rest methods supported by this simple resource

N

name() - Method in class com.linkedin.restli.restspec.ActionSchema.Fields
name of this action
name() - Method in class com.linkedin.restli.restspec.AssocKeySchema.Fields
name of association key
name() - Method in class com.linkedin.restli.restspec.FinderSchema.Fields
name of this finder - not required if this is the default finder
name() - Method in class com.linkedin.restli.restspec.IdentifierSchema.Fields
name of the identifier
name() - Method in class com.linkedin.restli.restspec.ParameterSchema.Fields
name of this parameter
name() - Method in class com.linkedin.restli.restspec.ResourceSchema.Fields
name of the resource
namespace() - Method in class com.linkedin.restli.restspec.ResourceSchema.Fields
namespace of the resource

O

OperationNameGenerator - Class in com.linkedin.restli.common
 
OperationNameGenerator() - Constructor for class com.linkedin.restli.common.OperationNameGenerator
 
optional() - Method in class com.linkedin.restli.restspec.ParameterSchema.Fields
indicates whether this parameter is optional.
OptionsResponse - Class in com.linkedin.restli.common
Represents a OPTIONS response.
OptionsResponse(Map<String, ResourceSchema>, Map<String, DataSchema>) - Constructor for class com.linkedin.restli.common.OptionsResponse
 

P

parameters() - Method in class com.linkedin.restli.restspec.ActionSchema.Fields
parameters for this action
parameters() - Method in class com.linkedin.restli.restspec.FinderSchema.Fields
list of query parameters for this finder
parameters() - Method in class com.linkedin.restli.restspec.RestMethodSchema.Fields
list of query parameters for this method
ParameterSchema - Class in com.linkedin.restli.restspec
 
ParameterSchema() - Constructor for class com.linkedin.restli.restspec.ParameterSchema
 
ParameterSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.ParameterSchema
 
ParameterSchema.Fields - Class in com.linkedin.restli.restspec
 
ParameterSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.ParameterSchema.Fields
 
ParameterSchema.Fields() - Constructor for class com.linkedin.restli.restspec.ParameterSchema.Fields
 
ParameterSchemaArray - Class in com.linkedin.restli.restspec
 
ParameterSchemaArray() - Constructor for class com.linkedin.restli.restspec.ParameterSchemaArray
 
ParameterSchemaArray(int) - Constructor for class com.linkedin.restli.restspec.ParameterSchemaArray
 
ParameterSchemaArray(Collection<ParameterSchema>) - Constructor for class com.linkedin.restli.restspec.ParameterSchemaArray
 
ParameterSchemaArray(DataList) - Constructor for class com.linkedin.restli.restspec.ParameterSchemaArray
 
ParameterSchemaArray.Fields - Class in com.linkedin.restli.restspec
 
ParameterSchemaArray.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.ParameterSchemaArray.Fields
 
ParameterSchemaArray.Fields() - Constructor for class com.linkedin.restli.restspec.ParameterSchemaArray.Fields
 
params - Variable in class com.linkedin.restli.common.ComplexResourceKey
 
params() - Method in class com.linkedin.restli.restspec.IdentifierSchema.Fields
avro type of the identifier parameters
parse(String) - Static method in class com.linkedin.restli.internal.common.PathSegment
Parse a (possibly) indexed path segment out of a string.
parseDataMapKeys(Map<String, List<String>>) - Static method in class com.linkedin.restli.internal.common.QueryParamsDataMap
Parse a multi-map representing query parameters into a DataMap, as follows.
parseFromPathSegment(String, Class<? extends RecordTemplate>, Class<? extends RecordTemplate>) - Static method in class com.linkedin.restli.common.ComplexResourceKey
 
PatchRequest<T> - Class in com.linkedin.restli.common
 
PatchRequest() - Constructor for class com.linkedin.restli.common.PatchRequest
Initialize an empty PatchRequest.
PatchRequest(DataMap) - Constructor for class com.linkedin.restli.common.PatchRequest
Initialize a PatchRequest based off of the given DataMap.
path() - Method in class com.linkedin.restli.restspec.EntitySchema.Fields
URI template for accessing this entity
path() - Method in class com.linkedin.restli.restspec.ResourceSchema.Fields
URI template for accessing the resource
PATH_SEPARATOR - Static variable in class com.linkedin.restli.internal.common.PathSegment
 
PathSegment - Class in com.linkedin.restli.internal.common
Name[index] representation of a path segment of a dot-delimited path referencing an entry in a complex data object.
PathSegment.PathSegmentSyntaxException - Exception in com.linkedin.restli.internal.common
 
PathSegment.PathSegmentSyntaxException(String) - Constructor for exception com.linkedin.restli.internal.common.PathSegment.PathSegmentSyntaxException
Initialize a PathSegmentSyntaxException based on the given message.
putOnDataMap(PathSegment.MapMap, String) - Method in class com.linkedin.restli.internal.common.PathSegment
Stores this object in the provided Map.

Q

QUERY_BATCH_IDS_PARAM - Static variable in interface com.linkedin.restli.common.RestConstants
 
QUERY_TYPE_PARAM - Static variable in interface com.linkedin.restli.common.RestConstants
 
QueryParamsDataMap - Class in com.linkedin.restli.internal.common
A utility class for parsing query parameters map into a DataMap.
queryString(DataMap) - Static method in class com.linkedin.restli.internal.common.QueryParamsDataMap
Create a map of query string parameters (name, value) from the provided DataMap, in the same manner as parseDataMapKeys() below created a DataMap from a map of query parameters.

R

readResourceSchema(InputStream) - Method in class com.linkedin.restli.restspec.RestSpecCodec
Reads a ResourceSchema from the given input stream, fixes it if necessary, and returns it.
removeActions() - Method in class com.linkedin.restli.restspec.ActionsSetSchema
Remover for actions
removeActions() - Method in class com.linkedin.restli.restspec.AssociationSchema
Remover for actions
removeActions() - Method in class com.linkedin.restli.restspec.CollectionSchema
Remover for actions
removeActions() - Method in class com.linkedin.restli.restspec.EntitySchema
Remover for actions
removeActions() - Method in class com.linkedin.restli.restspec.SimpleSchema
Remover for actions
removeActionsSet() - Method in class com.linkedin.restli.restspec.ResourceSchema
Remover for actionsSet
removeAnnotations() - Method in class com.linkedin.restli.restspec.ActionSchema
Remover for annotations
removeAnnotations() - Method in class com.linkedin.restli.restspec.CustomAnnotationSchema
Remover for annotations
removeAnnotations() - Method in class com.linkedin.restli.restspec.FinderSchema
Remover for annotations
removeAnnotations() - Method in class com.linkedin.restli.restspec.ParameterSchema
Remover for annotations
removeAnnotations() - Method in class com.linkedin.restli.restspec.ResourceSchema
Remover for annotations
removeAnnotations() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Remover for annotations
removeAssociation() - Method in class com.linkedin.restli.restspec.ResourceSchema
Remover for association
removeAssocKey() - Method in class com.linkedin.restli.restspec.FinderSchema
Remover for assocKey
removeAssocKeys() - Method in class com.linkedin.restli.restspec.AssociationSchema
Remover for assocKeys
removeAssocKeys() - Method in class com.linkedin.restli.restspec.FinderSchema
Remover for assocKeys
removeCollection() - Method in class com.linkedin.restli.restspec.ResourceSchema
Remover for collection
removeCount() - Method in class com.linkedin.restli.common.CollectionMetadata
Remove count value from CollectionMetadata.
removeDefault() - Method in class com.linkedin.restli.restspec.ParameterSchema
Remover for default
removeDeprecated() - Method in class com.linkedin.restli.restspec.Deprecatable
Remover for deprecated
removeDeprecatedDoc() - Method in class com.linkedin.restli.restspec.Deprecatable
Remover for deprecatedDoc
removeDoc() - Method in class com.linkedin.restli.restspec.ActionSchema
Remover for doc
removeDoc() - Method in class com.linkedin.restli.restspec.FinderSchema
Remover for doc
removeDoc() - Method in class com.linkedin.restli.restspec.ParameterSchema
Remover for doc
removeDoc() - Method in class com.linkedin.restli.restspec.ResourceSchema
Remover for doc
removeDoc() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Remover for doc
removeEntity() - Method in class com.linkedin.restli.restspec.AssociationSchema
Remover for entity
removeEntity() - Method in class com.linkedin.restli.restspec.CollectionSchema
Remover for entity
removeEntity() - Method in class com.linkedin.restli.restspec.SimpleSchema
Remover for entity
removeErrorDetails() - Method in class com.linkedin.restli.common.ErrorResponse
Remove the error details from this ErrorResponse.
removeExceptionClass() - Method in class com.linkedin.restli.common.ErrorResponse
Remove the exception class from this ErrorResponse.
removeFinders() - Method in class com.linkedin.restli.restspec.AssociationSchema
Remover for finders
removeFinders() - Method in class com.linkedin.restli.restspec.CollectionSchema
Remover for finders
removeHref() - Method in class com.linkedin.restli.common.Link
Remove the href attribute from this Link.
removeIdentifier() - Method in class com.linkedin.restli.restspec.CollectionSchema
Remover for identifier
removeItems() - Method in class com.linkedin.restli.restspec.ParameterSchema
Remover for items
removeLinks() - Method in class com.linkedin.restli.common.CollectionMetadata
Remove count value from CollectionMetadata.
removeMessage() - Method in class com.linkedin.restli.common.ErrorResponse
Remove the message from this ErrorResponse.
removeMetadata() - Method in class com.linkedin.restli.restspec.FinderSchema
Remover for metadata
removeMethod() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Remover for method
removeMethods() - Method in class com.linkedin.restli.restspec.AssociationSchema
Remover for methods
removeMethods() - Method in class com.linkedin.restli.restspec.CollectionSchema
Remover for methods
removeMethods() - Method in class com.linkedin.restli.restspec.SimpleSchema
Remover for methods
removeName() - Method in class com.linkedin.restli.restspec.ActionSchema
Remover for name
removeName() - Method in class com.linkedin.restli.restspec.AssocKeySchema
Remover for name
removeName() - Method in class com.linkedin.restli.restspec.FinderSchema
Remover for name
removeName() - Method in class com.linkedin.restli.restspec.IdentifierSchema
Remover for name
removeName() - Method in class com.linkedin.restli.restspec.ParameterSchema
Remover for name
removeName() - Method in class com.linkedin.restli.restspec.ResourceSchema
Remover for name
removeNamespace() - Method in class com.linkedin.restli.restspec.ResourceSchema
Remover for namespace
removeOptional() - Method in class com.linkedin.restli.restspec.ParameterSchema
Remover for optional
removePaging() - Method in class com.linkedin.restli.common.CollectionResponse
 
removeParameters() - Method in class com.linkedin.restli.restspec.ActionSchema
Remover for parameters
removeParameters() - Method in class com.linkedin.restli.restspec.FinderSchema
Remover for parameters
removeParameters() - Method in class com.linkedin.restli.restspec.RestMethodSchema
Remover for parameters
removeParams() - Method in class com.linkedin.restli.restspec.IdentifierSchema
Remover for params
removePath() - Method in class com.linkedin.restli.restspec.EntitySchema
Remover for path
removePath() - Method in class com.linkedin.restli.restspec.ResourceSchema
Remover for path
removeRel() - Method in class com.linkedin.restli.common.Link
Remove the rel attribute from this Link.
removeReturns() - Method in class com.linkedin.restli.restspec.ActionSchema
Remover for returns
removeSchema() - Method in class com.linkedin.restli.restspec.ResourceSchema
Remover for schema
removeServiceErrorCode() - Method in class com.linkedin.restli.common.ErrorResponse
Remove the service error code from this ErrorResponse.
removeSimple() - Method in class com.linkedin.restli.restspec.ResourceSchema
Remover for simple
removeStackTrace() - Method in class com.linkedin.restli.common.ErrorResponse
Remove the stack trace from this ErrorResponse.
removeStart() - Method in class com.linkedin.restli.common.CollectionMetadata
Remove start value from CollectionMetadata.
removeStatus() - Method in class com.linkedin.restli.common.ErrorResponse
Remove the status value from this ErrorResponse.
removeSubresources() - Method in class com.linkedin.restli.restspec.EntitySchema
Remover for subresources
removeSupports() - Method in class com.linkedin.restli.restspec.AssociationSchema
Remover for supports
removeSupports() - Method in class com.linkedin.restli.restspec.CollectionSchema
Remover for supports
removeSupports() - Method in class com.linkedin.restli.restspec.SimpleSchema
Remover for supports
removeThrows() - Method in class com.linkedin.restli.restspec.ActionSchema
Remover for throws
removeTitle() - Method in class com.linkedin.restli.common.Link
Remove the title attribute from this Link.
removeTotal() - Method in class com.linkedin.restli.common.CollectionMetadata
Remove count value from CollectionMetadata.
removeType() - Method in class com.linkedin.restli.common.Link
Remove the type attribute from this Link.
removeType() - Method in class com.linkedin.restli.restspec.AssocKeySchema
Remover for type
removeType() - Method in class com.linkedin.restli.restspec.IdentifierSchema
Remover for type
removeType() - Method in class com.linkedin.restli.restspec.MetadataSchema
Remover for type
removeType() - Method in class com.linkedin.restli.restspec.ParameterSchema
Remover for type
RESOURCE_MODEL_FILENAME_EXTENSION - Static variable in interface com.linkedin.restli.common.RestConstants
 
ResourceMethod - Enum in com.linkedin.restli.common
REST resource methods.
ResourceSchema - Class in com.linkedin.restli.restspec
 
ResourceSchema() - Constructor for class com.linkedin.restli.restspec.ResourceSchema
 
ResourceSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.ResourceSchema
 
ResourceSchema.Fields - Class in com.linkedin.restli.restspec
 
ResourceSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.ResourceSchema.Fields
 
ResourceSchema.Fields() - Constructor for class com.linkedin.restli.restspec.ResourceSchema.Fields
 
ResourceSchemaArray - Class in com.linkedin.restli.restspec
 
ResourceSchemaArray() - Constructor for class com.linkedin.restli.restspec.ResourceSchemaArray
 
ResourceSchemaArray(int) - Constructor for class com.linkedin.restli.restspec.ResourceSchemaArray
 
ResourceSchemaArray(Collection<ResourceSchema>) - Constructor for class com.linkedin.restli.restspec.ResourceSchemaArray
 
ResourceSchemaArray(DataList) - Constructor for class com.linkedin.restli.restspec.ResourceSchemaArray
 
ResourceSchemaArray.Fields - Class in com.linkedin.restli.restspec
 
ResourceSchemaArray.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.ResourceSchemaArray.Fields
 
ResourceSchemaArray.Fields() - Constructor for class com.linkedin.restli.restspec.ResourceSchemaArray.Fields
 
ResourceSpec - Interface in com.linkedin.restli.common
Runtime representation of resource spec.
ResourceSpecImpl - Class in com.linkedin.restli.common
Runtime representation of resource spec.
ResourceSpecImpl() - Constructor for class com.linkedin.restli.common.ResourceSpecImpl
Initialize an empty ResourceSpecImpl.
ResourceSpecImpl(Set<ResourceMethod>) - Constructor for class com.linkedin.restli.common.ResourceSpecImpl
Deprecated. builder should pass in actionRequestMetadata and actionResponseMetadata
ResourceSpecImpl(Set<ResourceMethod>, Map<String, DynamicRecordMetadata>, Map<String, DynamicRecordMetadata>) - Constructor for class com.linkedin.restli.common.ResourceSpecImpl
Initialize a ResourceSpecImpl with the given data.
ResourceSpecImpl(Set<ResourceMethod>, Class<?>, Class<? extends RecordTemplate>, Map<String, ?>) - Constructor for class com.linkedin.restli.common.ResourceSpecImpl
Deprecated. builder should pass in actionRequestMetadata and actionResponseMetadata
ResourceSpecImpl(Set<ResourceMethod>, Map<String, DynamicRecordMetadata>, Map<String, DynamicRecordMetadata>, Class<?>, Class<? extends RecordTemplate>, Map<String, ?>) - Constructor for class com.linkedin.restli.common.ResourceSpecImpl
Initialize a ResourceSpecImpl with the given data.
ResourceSpecImpl(Set<ResourceMethod>, Map<String, DynamicRecordMetadata>, Map<String, DynamicRecordMetadata>, Class<? extends RecordTemplate>) - Constructor for class com.linkedin.restli.common.ResourceSpecImpl
Initialize a ResourceSpecImpl with the given data.
ResourceSpecImpl(Set<ResourceMethod>, Class<?>, Class<? extends RecordTemplate>, Class<? extends RecordTemplate>, Class<? extends RecordTemplate>, Map<String, ?>) - Constructor for class com.linkedin.restli.common.ResourceSpecImpl
Deprecated. builder should pass in actionRequestMetadata and actionResponseMetadata
ResourceSpecImpl(Set<ResourceMethod>, Map<String, DynamicRecordMetadata>, Map<String, DynamicRecordMetadata>, Class<?>, Class<? extends RecordTemplate>, Class<? extends RecordTemplate>, Class<? extends RecordTemplate>, Map<String, ?>) - Constructor for class com.linkedin.restli.common.ResourceSpecImpl
Initialize a ResourceSpecImpl with the given data.
RestConstants - Interface in com.linkedin.restli.common
 
RestMethodSchema - Class in com.linkedin.restli.restspec
 
RestMethodSchema() - Constructor for class com.linkedin.restli.restspec.RestMethodSchema
 
RestMethodSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.RestMethodSchema
 
RestMethodSchema.Fields - Class in com.linkedin.restli.restspec
 
RestMethodSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.RestMethodSchema.Fields
 
RestMethodSchema.Fields() - Constructor for class com.linkedin.restli.restspec.RestMethodSchema.Fields
 
RestMethodSchemaArray - Class in com.linkedin.restli.restspec
 
RestMethodSchemaArray() - Constructor for class com.linkedin.restli.restspec.RestMethodSchemaArray
 
RestMethodSchemaArray(int) - Constructor for class com.linkedin.restli.restspec.RestMethodSchemaArray
 
RestMethodSchemaArray(Collection<RestMethodSchema>) - Constructor for class com.linkedin.restli.restspec.RestMethodSchemaArray
 
RestMethodSchemaArray(DataList) - Constructor for class com.linkedin.restli.restspec.RestMethodSchemaArray
 
RestMethodSchemaArray.Fields - Class in com.linkedin.restli.restspec
 
RestMethodSchemaArray.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.RestMethodSchemaArray.Fields
 
RestMethodSchemaArray.Fields() - Constructor for class com.linkedin.restli.restspec.RestMethodSchemaArray.Fields
 
RestSpecAnnotation - Annotation Type in com.linkedin.restli.restspec
Meta-annotation which turns annotation used in Rest.li resource classes into restspec custom annotation.
RestSpecCodec - Class in com.linkedin.restli.restspec
 
RestSpecCodec() - Constructor for class com.linkedin.restli.restspec.RestSpecCodec
Initialize a default RestSpecCodec.
RESULTS - Static variable in class com.linkedin.restli.common.BatchResponse
 
returns() - Method in class com.linkedin.restli.restspec.ActionSchema.Fields
avro type of this action's return value

S

schema() - Method in class com.linkedin.restli.common.BatchRequest
 
schema() - Method in class com.linkedin.restli.common.BatchResponse
 
schema() - Method in class com.linkedin.restli.common.CollectionRequest
 
schema() - Method in class com.linkedin.restli.common.CollectionResponse
 
schema() - Method in class com.linkedin.restli.restspec.ResourceSchema.Fields
Java-style fully-qualified class name for entities of this resource
setActions(ActionSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.ActionsSetSchema
Setter for actions
setActions(ActionSchemaArray) - Method in class com.linkedin.restli.restspec.ActionsSetSchema
Setter for actions
setActions(ActionSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for actions
setActions(ActionSchemaArray) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for actions
setActions(ActionSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for actions
setActions(ActionSchemaArray) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for actions
setActions(ActionSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.EntitySchema
Setter for actions
setActions(ActionSchemaArray) - Method in class com.linkedin.restli.restspec.EntitySchema
Setter for actions
setActions(ActionSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.SimpleSchema
Setter for actions
setActions(ActionSchemaArray) - Method in class com.linkedin.restli.restspec.SimpleSchema
Setter for actions
setActionsSet(ActionsSetSchema, SetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for actionsSet
setActionsSet(ActionsSetSchema) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for actionsSet
setAnnotations(CustomAnnotationContentSchemaMap, SetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for annotations
setAnnotations(CustomAnnotationContentSchemaMap) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for annotations
setAnnotations(CustomAnnotationContentSchemaMap, SetMode) - Method in class com.linkedin.restli.restspec.CustomAnnotationSchema
Setter for annotations
setAnnotations(CustomAnnotationContentSchemaMap) - Method in class com.linkedin.restli.restspec.CustomAnnotationSchema
Setter for annotations
setAnnotations(CustomAnnotationContentSchemaMap, SetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for annotations
setAnnotations(CustomAnnotationContentSchemaMap) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for annotations
setAnnotations(CustomAnnotationContentSchemaMap, SetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for annotations
setAnnotations(CustomAnnotationContentSchemaMap) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for annotations
setAnnotations(CustomAnnotationContentSchemaMap, SetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for annotations
setAnnotations(CustomAnnotationContentSchemaMap) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for annotations
setAnnotations(CustomAnnotationContentSchemaMap, SetMode) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Setter for annotations
setAnnotations(CustomAnnotationContentSchemaMap) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Setter for annotations
setAssociation(AssociationSchema, SetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for association
setAssociation(AssociationSchema) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for association
setAssocKey(String, SetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for assocKey
setAssocKey(String) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for assocKey
setAssocKeys(AssocKeySchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for assocKeys
setAssocKeys(AssocKeySchemaArray) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for assocKeys
setAssocKeys(StringArray, SetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for assocKeys
setAssocKeys(StringArray) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for assocKeys
setCollection(CollectionSchema, SetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for collection
setCollection(CollectionSchema) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for collection
setCount(int) - Method in class com.linkedin.restli.common.CollectionMetadata
Set the count value of the CollectionMetadata.
setDefault(String, SetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for default
setDefault(String) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for default
setDeprecated(Boolean, SetMode) - Method in class com.linkedin.restli.restspec.Deprecatable
Setter for deprecated
setDeprecated(Boolean) - Method in class com.linkedin.restli.restspec.Deprecatable
Setter for deprecated
setDeprecated(boolean) - Method in class com.linkedin.restli.restspec.Deprecatable
Setter for deprecated
setDeprecatedDoc(String, SetMode) - Method in class com.linkedin.restli.restspec.Deprecatable
Setter for deprecatedDoc
setDeprecatedDoc(String) - Method in class com.linkedin.restli.restspec.Deprecatable
Setter for deprecatedDoc
setDoc(String, SetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for doc
setDoc(String) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for doc
setDoc(String, SetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for doc
setDoc(String) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for doc
setDoc(String, SetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for doc
setDoc(String) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for doc
setDoc(String, SetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for doc
setDoc(String) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for doc
setDoc(String, SetMode) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Setter for doc
setDoc(String) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Setter for doc
setEntity(EntitySchema, SetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for entity
setEntity(EntitySchema) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for entity
setEntity(EntitySchema, SetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for entity
setEntity(EntitySchema) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for entity
setEntity(EntitySchema, SetMode) - Method in class com.linkedin.restli.restspec.SimpleSchema
Setter for entity
setEntity(EntitySchema) - Method in class com.linkedin.restli.restspec.SimpleSchema
Setter for entity
setError(ErrorResponse) - Method in class com.linkedin.restli.common.CreateStatus
Sets the error response of the created item.
setErrorDetails(DataMap) - Method in class com.linkedin.restli.common.ErrorResponse
Set the error details.
setExceptionClass(String) - Method in class com.linkedin.restli.common.ErrorResponse
Set the exception class.
setFinders(FinderSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for finders
setFinders(FinderSchemaArray) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for finders
setFinders(FinderSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for finders
setFinders(FinderSchemaArray) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for finders
setHref(String) - Method in class com.linkedin.restli.common.Link
Set the rel attribute.
setId(String) - Method in class com.linkedin.restli.common.CreateStatus
Set the Id of the created item.
setIdentifier(IdentifierSchema, SetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for identifier
setIdentifier(IdentifierSchema) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for identifier
setItems(String, SetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for items
setItems(String) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for items
setLinks(LinkArray) - Method in class com.linkedin.restli.common.CollectionMetadata
Set the links value of the CollectionMetadata.
setMessage(String) - Method in class com.linkedin.restli.common.ErrorResponse
Set the message.
setMetadata(MetadataSchema, SetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for metadata
setMetadata(MetadataSchema) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for metadata
setMetadataRaw(DataMap) - Method in class com.linkedin.restli.common.CollectionResponse
 
setMethod(String, SetMode) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Setter for method
setMethod(String) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Setter for method
setMethods(RestMethodSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for methods
setMethods(RestMethodSchemaArray) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for methods
setMethods(RestMethodSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for methods
setMethods(RestMethodSchemaArray) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for methods
setMethods(RestMethodSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.SimpleSchema
Setter for methods
setMethods(RestMethodSchemaArray) - Method in class com.linkedin.restli.restspec.SimpleSchema
Setter for methods
setName(String, SetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for name
setName(String) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for name
setName(String, SetMode) - Method in class com.linkedin.restli.restspec.AssocKeySchema
Setter for name
setName(String) - Method in class com.linkedin.restli.restspec.AssocKeySchema
Setter for name
setName(String, SetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for name
setName(String) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for name
setName(String, SetMode) - Method in class com.linkedin.restli.restspec.IdentifierSchema
Setter for name
setName(String) - Method in class com.linkedin.restli.restspec.IdentifierSchema
Setter for name
setName(String, SetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for name
setName(String) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for name
setName(String, SetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for name
setName(String) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for name
setNamespace(String, SetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for namespace
setNamespace(String) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for namespace
setOptional(Boolean, SetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for optional
setOptional(Boolean) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for optional
setOptional(boolean) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for optional
setPaging(CollectionMetadata) - Method in class com.linkedin.restli.common.CollectionResponse
 
setParameters(ParameterSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for parameters
setParameters(ParameterSchemaArray) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for parameters
setParameters(ParameterSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for parameters
setParameters(ParameterSchemaArray) - Method in class com.linkedin.restli.restspec.FinderSchema
Setter for parameters
setParameters(ParameterSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Setter for parameters
setParameters(ParameterSchemaArray) - Method in class com.linkedin.restli.restspec.RestMethodSchema
Setter for parameters
setParams(String, SetMode) - Method in class com.linkedin.restli.restspec.IdentifierSchema
Setter for params
setParams(String) - Method in class com.linkedin.restli.restspec.IdentifierSchema
Setter for params
setPath(String, SetMode) - Method in class com.linkedin.restli.restspec.EntitySchema
Setter for path
setPath(String) - Method in class com.linkedin.restli.restspec.EntitySchema
Setter for path
setPath(String, SetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for path
setPath(String) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for path
setRel(String) - Method in class com.linkedin.restli.common.Link
Set the rel attribute.
setReturns(String, SetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for returns
setReturns(String) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for returns
setSchema(String, SetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for schema
setSchema(String) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for schema
setServiceErrorCode(int) - Method in class com.linkedin.restli.common.ErrorResponse
Set the service error code.
setSimple(SimpleSchema, SetMode) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for simple
setSimple(SimpleSchema) - Method in class com.linkedin.restli.restspec.ResourceSchema
Setter for simple
setStackTrace(String) - Method in class com.linkedin.restli.common.ErrorResponse
Set the stack trace.
setStart(int) - Method in class com.linkedin.restli.common.CollectionMetadata
Set the start value of the CollectionMetadata.
setStatus(Integer) - Method in class com.linkedin.restli.common.CreateStatus
Set the http status of the CreateStatus.
setStatus(int) - Method in class com.linkedin.restli.common.ErrorResponse
Set the status.
setStatus(Integer) - Method in class com.linkedin.restli.common.UpdateStatus
Set the http status of the UpdateStatus.
setSubresources(ResourceSchemaArray, SetMode) - Method in class com.linkedin.restli.restspec.EntitySchema
Setter for subresources
setSubresources(ResourceSchemaArray) - Method in class com.linkedin.restli.restspec.EntitySchema
Setter for subresources
setSupports(StringArray, SetMode) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for supports
setSupports(StringArray) - Method in class com.linkedin.restli.restspec.AssociationSchema
Setter for supports
setSupports(StringArray, SetMode) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for supports
setSupports(StringArray) - Method in class com.linkedin.restli.restspec.CollectionSchema
Setter for supports
setSupports(StringArray, SetMode) - Method in class com.linkedin.restli.restspec.SimpleSchema
Setter for supports
setSupports(StringArray) - Method in class com.linkedin.restli.restspec.SimpleSchema
Setter for supports
setThrows(StringArray, SetMode) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for throws
setThrows(StringArray) - Method in class com.linkedin.restli.restspec.ActionSchema
Setter for throws
setTitle(String) - Method in class com.linkedin.restli.common.Link
Set the title attribute.
setTotal(int) - Method in class com.linkedin.restli.common.CollectionMetadata
Set the total value of the CollectionMetadata.
setType(String) - Method in class com.linkedin.restli.common.Link
Set the type attribute.
setType(String, SetMode) - Method in class com.linkedin.restli.restspec.AssocKeySchema
Setter for type
setType(String) - Method in class com.linkedin.restli.restspec.AssocKeySchema
Setter for type
setType(String, SetMode) - Method in class com.linkedin.restli.restspec.IdentifierSchema
Setter for type
setType(String) - Method in class com.linkedin.restli.restspec.IdentifierSchema
Setter for type
setType(String, SetMode) - Method in class com.linkedin.restli.restspec.MetadataSchema
Setter for type
setType(String) - Method in class com.linkedin.restli.restspec.MetadataSchema
Setter for type
setType(String, SetMode) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for type
setType(String) - Method in class com.linkedin.restli.restspec.ParameterSchema
Setter for type
setValue(T) - Method in class com.linkedin.restli.common.ActionResponse
Set the value result of the Action.
simple() - Method in class com.linkedin.restli.restspec.ResourceSchema.Fields
details of simple resource, if this resource is a simple resource
SIMPLE_KEY_DELIMITER - Static variable in interface com.linkedin.restli.common.RestConstants
delimiter used for separating (name=value) parts of compound key
SIMPLE_RESOURCE_METHODS - Static variable in interface com.linkedin.restli.common.RestConstants
 
SimpleSchema - Class in com.linkedin.restli.restspec
 
SimpleSchema() - Constructor for class com.linkedin.restli.restspec.SimpleSchema
 
SimpleSchema(DataMap) - Constructor for class com.linkedin.restli.restspec.SimpleSchema
 
SimpleSchema.Fields - Class in com.linkedin.restli.restspec
 
SimpleSchema.Fields(List<String>, String) - Constructor for class com.linkedin.restli.restspec.SimpleSchema.Fields
 
SimpleSchema.Fields() - Constructor for class com.linkedin.restli.restspec.SimpleSchema.Fields
 
SNAPSHOT_FILENAME_EXTENTION - Static variable in interface com.linkedin.restli.common.RestConstants
 
START_PARAM - Static variable in interface com.linkedin.restli.common.RestConstants
 
subresources() - Method in class com.linkedin.restli.restspec.EntitySchema.Fields
list of subresources accessible via this entity
SUPPORTED_MIME_TYPES - Static variable in interface com.linkedin.restli.common.RestConstants
 
supports() - Method in class com.linkedin.restli.restspec.AssociationSchema.Fields
list of rest.li methods supported by this association, e.g., get, update, delete, batch_get
supports() - Method in class com.linkedin.restli.restspec.CollectionSchema.Fields
basic rest.li methods supported by this resource, e.g., create, get, update, delete, batch_get
supports() - Method in class com.linkedin.restli.restspec.SimpleSchema.Fields
basic rest.li methods supported by this resource, e.g.

T

textToSchema(String, DataSchemaResolver) - Static method in class com.linkedin.restli.restspec.RestSpecCodec
Generate a DataSchema from a JSON representation and a DataSchemaResolver.
throws_() - Method in class com.linkedin.restli.restspec.ActionSchema.Fields
list of exception types thrown by this action
toDataMap() - Method in class com.linkedin.restli.common.ComplexResourceKey
 
toString() - Method in class com.linkedin.restli.common.ComplexResourceKey
 
toString(URLEscaper.Escaping) - Method in class com.linkedin.restli.common.ComplexResourceKey
 
toString() - Method in class com.linkedin.restli.common.CompoundKey
 
toString() - Method in enum com.linkedin.restli.common.ResourceMethod
 
toString() - Method in class com.linkedin.restli.internal.common.PathSegment
 
toStringFull() - Method in class com.linkedin.restli.common.ComplexResourceKey
The entire contents of the key converted to String, for cases where it is desired, such as when serializing the entire key, including the parameters in the request builders.
toStringFull(URLEscaper.Escaping) - Method in class com.linkedin.restli.common.ComplexResourceKey
 
type() - Method in class com.linkedin.restli.restspec.AssocKeySchema.Fields
avro type of association key
type() - Method in class com.linkedin.restli.restspec.IdentifierSchema.Fields
avro type of the identifier
type() - Method in class com.linkedin.restli.restspec.MetadataSchema.Fields
pegasus type of the metadata
type() - Method in class com.linkedin.restli.restspec.ParameterSchema.Fields
avro type of this parameter
TyperefUtils - Class in com.linkedin.restli.internal.common
 
TyperefUtils() - Constructor for class com.linkedin.restli.internal.common.TyperefUtils
 

U

unescape(String, URLEscaper.Escaping) - Static method in class com.linkedin.restli.internal.common.URLEscaper
 
UpdateStatus - Class in com.linkedin.restli.common
 
UpdateStatus() - Constructor for class com.linkedin.restli.common.UpdateStatus
Initialize an empty UpdateStatus.
UpdateStatus(DataMap) - Constructor for class com.linkedin.restli.common.UpdateStatus
Initialize an UpdateStatus based on the given DataMap.
URIMaskUtil - Class in com.linkedin.restli.internal.common
Class with implementation of helper methods to encode/decode mask to/from URI parameter.
URIMaskUtil() - Constructor for class com.linkedin.restli.internal.common.URIMaskUtil
 
URLEscaper - Class in com.linkedin.restli.internal.common
 
URLEscaper() - Constructor for class com.linkedin.restli.internal.common.URLEscaper
 
URLEscaper.Escaping - Enum in com.linkedin.restli.internal.common
 

V

validate(ValidatorContext) - Method in class com.linkedin.restli.common.EmptyRecordValidator
 
VALUE_NAME - Static variable in class com.linkedin.restli.common.ActionResponse
 
ValueConverter - Class in com.linkedin.restli.internal.common
 
ValueConverter() - Constructor for class com.linkedin.restli.internal.common.ValueConverter
 
valueOf(String) - Static method in enum com.linkedin.restli.common.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.restli.common.HttpStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.restli.common.ResourceMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkedin.restli.internal.common.URLEscaper.Escaping
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.linkedin.restli.common.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.restli.common.HttpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.restli.common.ResourceMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkedin.restli.internal.common.URLEscaper.Escaping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.linkedin.restli.restspec.CustomAnnotationContentSchemaMap.Fields
 

W

writeResourceSchema(ResourceSchema, OutputStream) - Method in class com.linkedin.restli.restspec.RestSpecCodec
Write the given ResourceSchema to the OutputStream.

A B C D E F G H I K L M N O P Q R S T U V W