Uses of Class
org.projectnessie.model.Contents.Type
-
Packages that use Contents.Type Package Description org.projectnessie.model -
-
Uses of Contents.Type in org.projectnessie.model
Methods in org.projectnessie.model that return Contents.Type Modifier and Type Method Description Contents.TypeEntriesResponse.Entry. getType()Contents.TypeImmutableEntry. getType()static Contents.TypeContents.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Contents.Type[]Contents.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 Contents.Type Modifier and Type Method Description ImmutableEntry.BuilderImmutableEntry.Builder. type(Contents.Type type)Initializes the value for thetypeattribute.ImmutableEntryImmutableEntry. withType(Contents.Type value)Copy the current immutable object by setting a value for thetypeattribute.
-