All Superinterfaces:
Expressions.Operand, Expressions.OperandSingle, FilterableComparisonAbsolute, FilterableComparisonRelative

OData filter expression operand of type Edm.Guid
  • Field Details

    • NULL

      @Nonnull static final ValueGuid NULL
      Null value for guid operations.
  • Method Details

    • literal

      @Nonnull static ValueGuid literal(@Nonnull UUID v)
      Returns a ValueGuid from the given v.
      Parameters:
      v - The value to be transformed into a ValueGuid.
      Returns:
      A ValueGuid that contains the given v.