Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject |
Modifier and Type | Field and Description |
---|---|
static WorkPackageField<String> |
WorkPackage.DESCRIPTION
Use with available fluent helpers to apply the Description field to query operations.
|
static WorkPackageField<String> |
WorkPackage.PROJECT_ID
Use with available fluent helpers to apply the ProjectID field to query operations.
|
static WorkPackageField<String> |
WorkPackage.WORK_PACKAGE_ID
Use with available fluent helpers to apply the WorkPackageID field to query operations.
|
static WorkPackageField<String> |
WorkPackage.WORK_PACKAGE_NAME
Use with available fluent helpers to apply the WorkPackageName field to query operations.
|
static WorkPackageField<LocalDateTime> |
WorkPackage.WP_END_DATE
Use with available fluent helpers to apply the WPEndDate field to query operations.
|
static WorkPackageField<LocalDateTime> |
WorkPackage.WP_START_DATE
Use with available fluent helpers to apply the WPStartDate field to query operations.
|
Modifier and Type | Method and Description |
---|---|
static <T> WorkPackageField<T> |
WorkPackage.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
WorkPackage.field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
Copyright © 2018 SAP SE. All rights reserved.