Uses of Class
org.duracloud.chunk.writer.AddContentResult.State
-
Packages that use AddContentResult.State Package Description org.duracloud.chunk.writer -
-
Uses of AddContentResult.State in org.duracloud.chunk.writer
Methods in org.duracloud.chunk.writer that return AddContentResult.State Modifier and Type Method Description AddContentResult.StateAddContentResult. getState()static AddContentResult.StateAddContentResult.State. valueOf(String name)Returns the enum constant of this type with the specified name.static AddContentResult.State[]AddContentResult.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.duracloud.chunk.writer with parameters of type AddContentResult.State Modifier and Type Method Description voidAddContentResult. setState(AddContentResult.State state)
-