Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.field.WorkItemField
Packages that use WorkItemField
-
Uses of WorkItemField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject declared as WorkItemFieldModifier and TypeFieldDescriptionstatic final WorkItemField<String>WorkItem.PROJECT_IDUse with available fluent helpers to apply the ProjectID field to query operations.static final WorkItemField<String>WorkItem.WORK_PACKAGE_IDUse with available fluent helpers to apply the WorkPackageID field to query operations.static final WorkItemField<String>WorkItem.WORK_PACKAGE_NAMEUse with available fluent helpers to apply the WorkPackageName field to query operations.static final WorkItemField<String>WorkItem.WORKITEMUse with available fluent helpers to apply the Workitem field to query operations.static final WorkItemField<String>WorkItem.WORKITEMNAMEUse with available fluent helpers to apply the Workitemname field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return WorkItemFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
WorkItemField<T>WorkItem.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> WorkItemField<T>Use with available fluent helpers to apply an extension field to query operations.