com.linkedin.restli.restspec
Class Deprecatable.Fields
java.lang.Object
com.linkedin.data.schema.PathSpec
com.linkedin.restli.restspec.Deprecatable.Fields
- Enclosing class:
- Deprecatable
public static class Deprecatable.Fields
- extends com.linkedin.data.schema.PathSpec
| Fields inherited from class com.linkedin.data.schema.PathSpec |
WILDCARD |
|
Method Summary |
com.linkedin.data.schema.PathSpec |
deprecated()
If a resource has been marked as deprecated |
com.linkedin.data.schema.PathSpec |
deprecatedDoc()
Explanation of the deprecation, should include message to clients on how to migrate away from deprecated resource or method |
| 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 |
Deprecatable.Fields
public Deprecatable.Fields(java.util.List<java.lang.String> path,
java.lang.String name)
Deprecatable.Fields
public Deprecatable.Fields()
deprecated
public com.linkedin.data.schema.PathSpec deprecated()
- If a resource has been marked as deprecated
deprecatedDoc
public com.linkedin.data.schema.PathSpec deprecatedDoc()
- Explanation of the deprecation, should include message to clients on how to migrate away from deprecated resource or method