Class AllBytes

java.lang.Object
com.here.platform.data.client.model.AllBytes

public class AllBytes extends Object
Indicates that we should process all the bytes in a resource.
  • Constructor Details

    • AllBytes

      public AllBytes()
  • Method Details

    • dropBytes

      public static scala.Option<ByteRange> dropBytes(long count)
    • canEqual

      public abstract static boolean canEqual(Object that)
    • equals

      public abstract static boolean equals(Object that)
    • productArity

      public abstract static int productArity()
    • productElement

      public abstract static Object productElement(int n)
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • productPrefix

      public static String productPrefix()
    • productElementName

      public static String productElementName(int n)
    • productElementNames

      public static scala.collection.Iterator<String> productElementNames()