public static class Resource.Paged extends Resource
This class should never be directly instantiated. Always use of(java.lang.String)
method to create a new instance.
Resource.GenericParent, Resource.Id, Resource.Item, Resource.Nested, Resource.Paged
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static Resource.Paged |
of(java.lang.String name)
Creates a new
Resource.Paged with the provided name . |
java.lang.String |
toString() |
public static Resource.Paged of(java.lang.String name)
Resource.Paged
with the provided name
.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object