Uses of Interface
com.sap.cloud.sdk.datamodel.odata.client.expression.ValueBinary
-
Uses of ValueBinary in com.sap.cloud.sdk.datamodel.odata.client.expression
Modifier and TypeClassDescriptionstatic class
OData expression for binary values.Modifier and TypeFieldDescriptionstatic final ValueBinary
ValueBinary.NULL
Null value for binary operations.Modifier and TypeMethodDescriptiondefault ValueBinary
FieldUntyped.asBinary()
Cast the field reference to a binary value, enabling type-safe expressions.static ValueBinary
ValueBinary.literal
(byte[] v) Returns aValueBinary
from the givenv
.