Signed-off-by: Jeroen Laverman <jeroen.laverman@bosch-si.com>
This commit is contained in:
committed by
Stefan Behl
parent
1aee32999f
commit
aa25f39267
@@ -25,6 +25,14 @@ public enum DistributionSetFields implements FieldNameProvider {
|
|||||||
* The description field.
|
* The description field.
|
||||||
*/
|
*/
|
||||||
DESCRIPTION("description"),
|
DESCRIPTION("description"),
|
||||||
|
/**
|
||||||
|
* The createdAt field.
|
||||||
|
*/
|
||||||
|
CREATEDAT("createdAt"),
|
||||||
|
/**
|
||||||
|
* The lastModifiedAt field.
|
||||||
|
*/
|
||||||
|
LASTMODIFIEDAT("lastModifiedAt"),
|
||||||
/**
|
/**
|
||||||
* The version field.
|
* The version field.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user