@Beta
public interface ContentTypeService
Modifier and Type | Method and Description |
---|---|
ContentTypes |
getAll(GetAllContentTypesParams params) |
ContentTypes |
getByApplication(ApplicationKey applicationKey) |
ContentType |
getByName(GetContentTypeParams params) |
java.util.Set<java.lang.String> |
getMimeTypes(ContentTypeNames napes) |
ContentTypeValidationResult |
validate(ContentType type) |
ContentType getByName(GetContentTypeParams params)
ContentTypes getByApplication(ApplicationKey applicationKey)
ContentTypes getAll(GetAllContentTypesParams params)
java.util.Set<java.lang.String> getMimeTypes(ContentTypeNames napes)
ContentTypeValidationResult validate(ContentType type)