Class UserRecipient

java.lang.Object
com.onenetwork.platform.integ.push.UserRecipient
All Implemented Interfaces:
PushRecipient

public class UserRecipient
extends java.lang.Object
implements PushRecipient
PushRecipient that uses user name and enterprise name as the identifier.
  • Constructor Summary

    Constructors 
    Constructor Description
    UserRecipient​(java.lang.String userName, java.lang.String entName)  
  • Method Summary

    Modifier and Type Method Description
    static UserRecipient fromJSON​(org.json.JSONObject jsonObj)  
    java.lang.String getEntName()  
    java.lang.String getUserName()  
    org.json.JSONObject toJSON()  

    Methods inherited from class java.lang.Object

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

    • UserRecipient

      public UserRecipient​(java.lang.String userName, java.lang.String entName)
  • Method Details