com.e_c_group.bwptk.services
Class HotelingHost

java.lang.Object
  extended by com.e_c_group.bwptk.services.HotelingHost

public class HotelingHost
extends java.lang.Object


Constructor Summary
HotelingHost()
           
 
Method Summary
static Response userHotelingHostModifyRequest(BroadWorksServer bws, boolean readFromCache, java.lang.String userId, java.lang.String isActive, java.lang.String enforceAssociationLimit, java.lang.String associationLimitHours, java.lang.String accessLevel, java.lang.String removeGuestAssociation)
          Request the user level data associated with Hoteling Host.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotelingHost

public HotelingHost()
Method Detail

userHotelingHostModifyRequest

public static Response userHotelingHostModifyRequest(BroadWorksServer bws,
                                                     boolean readFromCache,
                                                     java.lang.String userId,
                                                     java.lang.String isActive,
                                                     java.lang.String enforceAssociationLimit,
                                                     java.lang.String associationLimitHours,
                                                     java.lang.String accessLevel,
                                                     java.lang.String removeGuestAssociation)
                                              throws BwptkException
Request the user level data associated with Hoteling Host. The response is either a UserHotelingHostGetResponse17 or an ErrorResponse.

Parameters:
bws - The BroadWorks Server
readFromCache - Whether to pull the request from bwptk cache
userId -
isActive -
enforceAssociationLimit -
associationLimitHours -
accessLevel -
removeGuestAssociation -
Throws:
BwptkException