Class UploadSessionRange

java.lang.Object
com.independentsoft.graph.UploadSessionRange

public class UploadSessionRange extends Object
  • Constructor Details

    • UploadSessionRange

      public UploadSessionRange()
    • UploadSessionRange

      public UploadSessionRange(String range)
    • UploadSessionRange

      public UploadSessionRange(long start)
    • UploadSessionRange

      public UploadSessionRange(long start, long end)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getStart

      public long getStart()
      Gets the start.
      Returns:
      the start
    • setStart

      public void setStart(long start)
      Sets the start.
      Parameters:
      start - the new start
    • getEnd

      public long getEnd()
      Gets the end.
      Returns:
      the end
    • setEnd

      public void setEnd(long end)
      Sets the end.
      Parameters:
      end - the new end