com.linkedin.restli.restspec
Class AssocKeySchemaArray.Fields

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

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


Field Summary
 
Fields inherited from class com.linkedin.data.schema.PathSpec
WILDCARD
 
Constructor Summary
AssocKeySchemaArray.Fields()
           
AssocKeySchemaArray.Fields(java.util.List<java.lang.String> path, java.lang.String name)
           
 
Method Summary
 AssocKeySchema.Fields items()
           
 
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

AssocKeySchemaArray.Fields

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

AssocKeySchemaArray.Fields

public AssocKeySchemaArray.Fields()
Method Detail

items

public AssocKeySchema.Fields items()