Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.field.RecipeClassField
Packages that use RecipeClassField
-
Uses of RecipeClassField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula declared as RecipeClassFieldModifier and TypeFieldDescriptionstatic final RecipeClassField<String>RecipeClass.CLASS_INTERNAL_IDUse with available fluent helpers to apply the ClassInternalID field to query operations.static final RecipeClassField<String>RecipeClass.CLASS_TYPEUse with available fluent helpers to apply the ClassType field to query operations.static final RecipeClassField<LocalDateTime>RecipeClass.KEY_DATEUse with available fluent helpers to apply the KeyDate field to query operations.static final RecipeClassField<UUID>RecipeClass.RECIPE_UUIDUse with available fluent helpers to apply the RecipeUUID field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return RecipeClassFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
RecipeClassField<T>RecipeClass.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> RecipeClassField<T>Use with available fluent helpers to apply an extension field to query operations.