public static class FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest extends Request<Response.DefaultResponse>
Modifier and Type | Field and Description |
---|---|
String |
networkClassOfService |
boolean |
networkClassOfServiceIsModified |
ServiceInstanceModifyProfile |
serviceInstanceProfile |
boolean |
serviceInstanceProfileIsModified |
String |
serviceUserId |
boolean |
serviceUserIdIsModified |
Constructor and Description |
---|
GroupFindMeFollowMeModifyInstanceRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
GroupFindMeFollowMeModifyInstanceRequest(BroadWorksServer bws,
String serviceUserId) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
String |
getNetworkClassOfService() |
ServiceInstanceModifyProfile |
getServiceInstanceProfile() |
String |
getServiceUserId() |
FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest |
setNetworkClassOfService(String networkClassOfService) |
FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest |
setServiceInstanceProfile(ServiceInstanceModifyProfile serviceInstanceProfile) |
FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest |
setServiceUserId(String serviceUserId) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandType, getDomDocument, getResponseClass, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@Size(min=1, max=161) public String serviceUserId
public transient boolean serviceUserIdIsModified
public ServiceInstanceModifyProfile serviceInstanceProfile
public transient boolean serviceInstanceProfileIsModified
@Size(min=1, max=40) public String networkClassOfService
public transient boolean networkClassOfServiceIsModified
public GroupFindMeFollowMeModifyInstanceRequest(BroadWorksServer bws, String serviceUserId)
public GroupFindMeFollowMeModifyInstanceRequest(BroadWorksServer bws)
bws
- The BroadWorksServer to use for the Requestpublic FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest setServiceUserId(String serviceUserId)
public String getServiceUserId()
public FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest setServiceInstanceProfile(ServiceInstanceModifyProfile serviceInstanceProfile)
public ServiceInstanceModifyProfile getServiceInstanceProfile()
public FindMeFollowMe.GroupFindMeFollowMeModifyInstanceRequest setNetworkClassOfService(String networkClassOfService)
public String getNetworkClassOfService()
public void formRequest() throws RequestException
formRequest
in class Request<Response.DefaultResponse>
RequestException
Copyright © 2016 ECG, Inc. All rights reserved.