Class KindsByFileInput

java.lang.Object
org.teamapps.ux.component.webrtc.apiclient.KindsByFileInput

public class KindsByFileInput
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    KindsByFileInput()  
    KindsByFileInput​(java.lang.String filePath, boolean relativePath)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getFilePath()  
    boolean isRelativePath()  
    void setFilePath​(java.lang.String filePath)  
    void setRelativePath​(boolean relativePath)  

    Methods inherited from class java.lang.Object

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

    • KindsByFileInput

      public KindsByFileInput()
    • KindsByFileInput

      public KindsByFileInput​(java.lang.String filePath, boolean relativePath)
  • Method Details

    • getFilePath

      public java.lang.String getFilePath()
    • setFilePath

      public void setFilePath​(java.lang.String filePath)
    • isRelativePath

      public boolean isRelativePath()
    • setRelativePath

      public void setRelativePath​(boolean relativePath)