public class CreatedTimeSheetField extends SheetField
Modifier and Type | Field and Description |
---|---|
private TimeFieldProperty |
propertyCreatedTime |
Constructor and Description |
---|
CreatedTimeSheetField(String fieldId,
SheetFieldType fieldType,
String fieldTitle,
TimeFieldProperty timeProperty)
Instantiates a new Created time sheet field.
|
Modifier and Type | Method and Description |
---|---|
static CreatedTimeSheetField |
create(String fieldTitle,
TimeFieldProperty timeProperty)
Create created time sheet field.
|
static CreatedTimeSheetField |
update(String fieldId,
String fieldTitle,
TimeFieldProperty timeProperty)
Update created time sheet field.
|
private final TimeFieldProperty propertyCreatedTime
CreatedTimeSheetField(String fieldId, SheetFieldType fieldType, String fieldTitle, TimeFieldProperty timeProperty)
fieldId
- the field idfieldType
- the field typefieldTitle
- the field titletimeProperty
- the time propertypublic static CreatedTimeSheetField create(String fieldTitle, TimeFieldProperty timeProperty)
fieldTitle
- the field titletimeProperty
- the time propertypublic static CreatedTimeSheetField update(String fieldId, String fieldTitle, TimeFieldProperty timeProperty)
fieldId
- the field idfieldTitle
- the field titletimeProperty
- the time propertyCopyright © 2025. All rights reserved.