Uses of Class
org.projectnessie.model.Content.Type
-
Packages that use Content.Type Package Description org.projectnessie.model -
-
Uses of Content.Type in org.projectnessie.model
Methods in org.projectnessie.model that return Content.Type Modifier and Type Method Description abstract Content.TypeContent. getType()Returns theContent.Typeenum constant for this content object.Content.TypeDeltaLakeTable. getType()Content.TypeEntriesResponse.Entry. getType()Content.TypeIcebergTable. getType()Content.TypeImmutableEntry. getType()Content.TypeSqlView. getType()static Content.TypeContent.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Content.Type[]Content.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.projectnessie.model with parameters of type Content.Type Modifier and Type Method Description ImmutableEntry.BuilderImmutableEntry.Builder. type(Content.Type type)Initializes the value for thetypeattribute.ImmutableEntryImmutableEntry. withType(Content.Type value)Copy the current immutable object by setting a value for thetypeattribute.
-