Class VolumeList


  • public abstract class VolumeList
    extends Object
    • Constructor Detail

      • VolumeList

        public VolumeList()
    • Method Detail

      • volumes

        @Nullable
        public abstract com.google.common.collect.ImmutableList<Volume> volumes()
      • warnings

        @Nullable
        public abstract com.google.common.collect.ImmutableList<String> warnings()