Class HKChapter

java.lang.Object
com.biodigital.humansdk.HKChapter

public class HKChapter
extends java.lang.Object
Chapter object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    boolean animated
    true if this chapter is animated
    java.lang.String chapterId
    chapter ID
    java.lang.String description
    chapter description
    java.lang.Double duration
    true if this chapter contains a video
    java.util.List<java.lang.String> images
    contains a list of image urls if the chapter contains static images
    java.lang.Integer index
    chapter number
    boolean loops
    true if this chapter loops
    java.lang.String thumbnail
    contains an image url if the chapter has a thumbnail image
    java.lang.String title
    chapter title
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • title

      public java.lang.String title
      chapter title
    • description

      public java.lang.String description
      chapter description
    • index

      public java.lang.Integer index
      chapter number
    • chapterId

      public java.lang.String chapterId
      chapter ID
    • animated

      public boolean animated
      true if this chapter is animated
    • loops

      public boolean loops
      true if this chapter loops
    • duration

      public java.lang.Double duration
      true if this chapter contains a video
    • thumbnail

      public java.lang.String thumbnail
      contains an image url if the chapter has a thumbnail image
    • images

      public java.util.List<java.lang.String> images
      contains a list of image urls if the chapter contains static images