Package co.ecg.alpaca.toolkit.generated
Class Group.GroupServiceUnassignListRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.Group.GroupServiceUnassignListRequest
-
- Enclosing class:
- Group
public static class Group.GroupServiceUnassignListRequest extends Request<DefaultResponse>
Unassign one or more of the group's assigned services. The response is either SuccessResponse or ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Field Summary
Fields Modifier and Type Field Description protected @NotNull @Valid Group
group
protected @NotNull @Size(min=1) GroupService[]
serviceName
-
Constructor Summary
Constructors Constructor Description GroupServiceUnassignListRequest()
GroupServiceUnassignListRequest(Group group, GroupService... serviceName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.static Group.GroupServiceUnassignListRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.Group
getGroup()
GroupService[]
getServiceName()
Group.GroupServiceUnassignListRequest
setGroup(Group group)
Group.GroupServiceUnassignListRequest
setServiceName(GroupService... serviceName)
-
Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Field Detail
-
group
@NotNull @Valid protected transient @NotNull @Valid Group group
-
serviceName
@NotNull @Size(min=1) protected @NotNull @Size(min=1) GroupService[] serviceName
-
-
Constructor Detail
-
GroupServiceUnassignListRequest
public GroupServiceUnassignListRequest()
-
GroupServiceUnassignListRequest
public GroupServiceUnassignListRequest(Group group, GroupService... serviceName)
-
-
Method Detail
-
setGroup
public Group.GroupServiceUnassignListRequest setGroup(Group group)
-
getGroup
public Group getGroup()
-
setServiceName
public Group.GroupServiceUnassignListRequest setServiceName(GroupService... serviceName)
-
getServiceName
public GroupService[] getServiceName()
-
getEmptyObject
public static Group.GroupServiceUnassignListRequest getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.- Parameters:
broadWorksServer
- The BroadWorksServer
-
formRequest
public void formRequest()
Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-
-