Uses of Class
io.stargate.sdk.rest.domain.TypeFieldDefinition
Packages that use TypeFieldDefinition
-
Uses of TypeFieldDefinition in io.stargate.sdk.rest.domain
Methods in io.stargate.sdk.rest.domain that return types with arguments of type TypeFieldDefinitionModifier and TypeMethodDescriptionUpdateType.getAddFields()Getter accessor for attribute 'addFields'.CreateType.getFields()Getter accessor for attribute 'fields'.TypeDefinition.getFields()Getter accessor for attribute 'fields'.Method parameters in io.stargate.sdk.rest.domain with type arguments of type TypeFieldDefinitionModifier and TypeMethodDescriptionvoidUpdateType.setAddFields(List<TypeFieldDefinition> addFields) Setter accessor for attribute 'addFields'.voidCreateType.setFields(List<TypeFieldDefinition> fields) Setter accessor for attribute 'fields'.voidTypeDefinition.setFields(List<TypeFieldDefinition> fields) Setter accessor for attribute 'fields'.