Interface RestModel<T>
-
- All Known Subinterfaces:
CommandResult,Job,Property
@Contract public interface RestModel<T>- Author:
- jdlee
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidallFieldsSet()booleanisSet(String fieldName)booleanisTrimmed()voidtrimmed()
-
-
-
Method Detail
-
isSet
boolean isSet(String fieldName)
-
allFieldsSet
void allFieldsSet()
-
trimmed
void trimmed()
-
isTrimmed
boolean isTrimmed()
-
-