Class AudienceResponse

java.lang.Object
com.fullcontact.apilib.models.Response.AudienceResponse

public class AudienceResponse
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    boolean isSuccessful  
    java.lang.String message  
    int statusCode  
  • Constructor Summary

    Constructors 
    Constructor Description
    AudienceResponse​(byte[] audienceBytes)  
  • Method Summary

    Modifier and Type Method Description
    void getFileFromBytes​(java.lang.String fileName)  

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • getFileFromBytes

      public void getFileFromBytes​(java.lang.String fileName) throws java.io.IOException
      Throws:
      java.io.IOException