com.linkedin.restli.common
Class EmptyRecord.Fields

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

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


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

EmptyRecord.Fields

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

EmptyRecord.Fields

public EmptyRecord.Fields()