Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula.field.RecipeTextField
Packages that use RecipeTextField
-
Uses of RecipeTextField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula declared as RecipeTextFieldModifier and TypeFieldDescriptionstatic final RecipeTextField<Boolean>RecipeText.DELETE_MCUse with available fluent helpers to apply the Delete_mc field to query operations.static final RecipeTextField<String>RecipeText.LANGUAGEUse with available fluent helpers to apply the Language field to query operations.static final RecipeTextField<String>RecipeText.RECIPEUse with available fluent helpers to apply the Recipe field to query operations.static final RecipeTextField<String>RecipeText.RECIPE_DESCRIPTIONUse with available fluent helpers to apply the RecipeDescription field to query operations.static final RecipeTextField<ZonedDateTime>RecipeText.RECIPE_LAST_CHANGE_DATE_TIMEUse with available fluent helpers to apply the RecipeLastChangeDateTime field to query operations.static final RecipeTextField<UUID>RecipeText.RECIPE_UUIDUse with available fluent helpers to apply the RecipeUUID field to query operations.static final RecipeTextField<Boolean>RecipeText.UPDATE_MCUse with available fluent helpers to apply the Update_mc field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.recipeheaderandformula that return RecipeTextFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
RecipeTextField<T>RecipeText.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> RecipeTextField<T>Use with available fluent helpers to apply an extension field to query operations.