Uses of Class
io.stargate.sdk.rest.domain.TablePrimaryKey
Packages that use TablePrimaryKey
-
Uses of TablePrimaryKey in io.stargate.sdk.rest.domain
Methods in io.stargate.sdk.rest.domain that return TablePrimaryKeyModifier and TypeMethodDescriptionCreateTable.getPrimaryKey()Getter accessor for attribute 'primaryKey'.TableDefinition.getPrimaryKey()Getter accessor for attribute 'primaryKey'.Methods in io.stargate.sdk.rest.domain with parameters of type TablePrimaryKeyModifier and TypeMethodDescriptionvoidCreateTable.setPrimaryKey(TablePrimaryKey primaryKey) Setter accessor for attribute 'primaryKey'.voidTableDefinition.setPrimaryKey(TablePrimaryKey primaryKey) Setter accessor for attribute 'primaryKey'.