Uses of Class
io.github.kaststream.api.v2.facade.KastRowKind
-
Packages that use KastRowKind Package Description io.github.kaststream.api.v2.facade -
-
Uses of KastRowKind in io.github.kaststream.api.v2.facade
Methods in io.github.kaststream.api.v2.facade that return KastRowKind Modifier and Type Method Description static KastRowKindKastRowKind. fromByteValue(byte value)Creates aKastRowKindfrom the given byte value.KastRowKindKastRow. getKind()Returns the kind of change that this row describes in a changelog.static KastRowKindKastRowKind. valueOf(String name)Returns the enum constant of this type with the specified name.static KastRowKind[]KastRowKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.github.kaststream.api.v2.facade with parameters of type KastRowKind Modifier and Type Method Description KastRowKastRowBuilder. createKastRow(KastRowKind kind, int arity)Creates a fixed-length row in position-based field mode.KastRowKastRowBuilder. createKastRowOfKind(KastRowKind kind, Object... values)Creates a fixed-length row in position-based field mode with given kind and assigns the given values to the row's fields.KastRowKastRowBuilder. createKastRowWithNames(KastRowKind kind)Creates a variable-length row in name-based field mode.KastRowKastRowBuilder. createKastRowWithPositions(KastRowKind kind, int arity)Creates a fixed-length row in position-based field mode.voidKastRow. setKind(KastRowKind kind)Sets the kind of change that this row describes in a changelog.
-