com.linkedin.restli.restspec
Class FinderSchema.Fields

java.lang.Object
  extended by com.linkedin.data.schema.PathSpec
      extended by com.linkedin.restli.restspec.FinderSchema.Fields
Enclosing class:
FinderSchema

public static class FinderSchema.Fields
extends com.linkedin.data.schema.PathSpec


Field Summary
 
Fields inherited from class com.linkedin.data.schema.PathSpec
WILDCARD
 
Constructor Summary
FinderSchema.Fields()
           
FinderSchema.Fields(java.util.List<java.lang.String> path, java.lang.String name)
           
 
Method Summary
 CustomAnnotationContentSchemaMap.Fields annotations()
          custom annotation data
 com.linkedin.data.schema.PathSpec assocKey()
          association key for this finder - only present if this finder takes a single association key
 com.linkedin.data.schema.PathSpec assocKeys()
          list of association keys for this finder - only present if this finder takes multiple association keys
 com.linkedin.data.schema.PathSpec doc()
          Documentation for this finder
 MetadataSchema.Fields metadata()
          describes the collection-level metadata returned by this finder
 com.linkedin.data.schema.PathSpec name()
          name of this finder - not required if this is the default finder
 ParameterSchemaArray.Fields parameters()
          list of query parameters for this finder
 
Methods inherited from class com.linkedin.data.schema.PathSpec
emptyPath, equals, getPathComponents, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FinderSchema.Fields

public FinderSchema.Fields(java.util.List<java.lang.String> path,
                           java.lang.String name)

FinderSchema.Fields

public FinderSchema.Fields()
Method Detail

annotations

public CustomAnnotationContentSchemaMap.Fields annotations()
custom annotation data


name

public com.linkedin.data.schema.PathSpec name()
name of this finder - not required if this is the default finder


doc

public com.linkedin.data.schema.PathSpec doc()
Documentation for this finder


parameters

public ParameterSchemaArray.Fields parameters()
list of query parameters for this finder


metadata

public MetadataSchema.Fields metadata()
describes the collection-level metadata returned by this finder


assocKey

public com.linkedin.data.schema.PathSpec assocKey()
association key for this finder - only present if this finder takes a single association key


assocKeys

public com.linkedin.data.schema.PathSpec assocKeys()
list of association keys for this finder - only present if this finder takes multiple association keys