Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforcetimesheet.TimeSheetDataFields
Packages that use TimeSheetDataFields
-
Uses of TimeSheetDataFields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforcetimesheet
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforcetimesheet that return TimeSheetDataFieldsModifier and TypeMethodDescriptionTimeSheetDataFields.TimeSheetDataFieldsBuilder.build()TimeSheetEntry.getTimeSheetDataFields()Constraints: Not nullableMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforcetimesheet that return types with arguments of type TimeSheetDataFieldsMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforcetimesheet with parameters of type TimeSheetDataFieldsModifier and TypeMethodDescriptionvoidTimeSheetEntry.setTimeSheetDataFields(TimeSheetDataFields timeSheetDataFields) Constraints: Not nullableTimeSheetEntry.TimeSheetEntryBuilder.timeSheetDataFields(TimeSheetDataFields timeSheetDataFields) Constraints: Not nullableConstructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforcetimesheet with parameters of type TimeSheetDataFieldsModifierConstructorDescriptionTimeSheetEntry(TimeSheetDataFields timeSheetDataFields, String personWorkAgreementExternalID, String companyCode, String timeSheetRecord, String personWorkAgreement, LocalDateTime timeSheetDate, Boolean timeSheetIsReleasedOnSave, String timeSheetPredecessorRecord, String timeSheetStatus, Boolean timeSheetIsExecutedInTestRun, String timeSheetOperation)