Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup.field.DefectCodeField
Packages that use DefectCodeField
-
Uses of DefectCodeField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup declared as DefectCodeFieldModifier and TypeFieldDescriptionstatic final DefectCodeField<Boolean>DefectCode.CODE_GROUP_IS_USABLEUse with available fluent helpers to apply the CodeGroupIsUsable field to query operations.static final DefectCodeField<String>DefectCode.CODE_IS_INACTIVEUse with available fluent helpers to apply the CodeIsInactive field to query operations.static final DefectCodeField<String>DefectCode.DEFECT_CODEUse with available fluent helpers to apply the DefectCode field to query operations.static final DefectCodeField<String>DefectCode.DEFECT_CODE_GROUPUse with available fluent helpers to apply the DefectCodeGroup field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.defectcodeandcodegroup that return DefectCodeFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
DefectCodeField<T>DefectCode.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> DefectCodeField<T>Use with available fluent helpers to apply an extension field to query operations.