Package com.enonic.xp.schema.content
Class GetContentTypeParams
- java.lang.Object
-
- com.enonic.xp.schema.content.GetContentTypeParams
-
@PublicApi public class GetContentTypeParams extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GetContentTypeParams()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetContentTypeParams
contentTypeName(ContentTypeName contentTypeName)
GetContentTypeParams
contentTypeName(java.lang.String value)
boolean
equals(java.lang.Object o)
static GetContentTypeParams
from(ContentTypeName contentTypeName)
ContentTypeName
getContentTypeName()
int
hashCode()
void
validate()
-
-
-
Method Detail
-
from
public static GetContentTypeParams from(ContentTypeName contentTypeName)
-
getContentTypeName
public ContentTypeName getContentTypeName()
-
contentTypeName
public GetContentTypeParams contentTypeName(ContentTypeName contentTypeName)
-
contentTypeName
public GetContentTypeParams contentTypeName(java.lang.String value)
-
validate
public void validate()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-