Class EnhancedCallLogs.GroupEnhancedCallLogsSchemaInstanceModifyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.services.EnhancedCallLogs.GroupEnhancedCallLogsSchemaInstanceModifyRequest
-
- Enclosing class:
- EnhancedCallLogs
public static class EnhancedCallLogs.GroupEnhancedCallLogsSchemaInstanceModifyRequest extends Request<DefaultResponse>
Modify the Enhanced Call Logs schema instance associated with a group of a service provider. The response is either a SuccessResponse or an ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Constructor Summary
Constructors Constructor Description GroupEnhancedCallLogsSchemaInstanceModifyRequest()GroupEnhancedCallLogsSchemaInstanceModifyRequest(Group group)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.static EnhancedCallLogs.GroupEnhancedCallLogsSchemaInstanceModifyRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.GroupgetGroup()Optional<@Size(min=1,max=80) String>getName()EnhancedCallLogs.GroupEnhancedCallLogsSchemaInstanceModifyRequestsetGroup(Group group)EnhancedCallLogs.GroupEnhancedCallLogsSchemaInstanceModifyRequestsetName(String name)EnhancedCallLogs.GroupEnhancedCallLogsSchemaInstanceModifyRequestunsetName()-
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
-
-
-
-
Constructor Detail
-
GroupEnhancedCallLogsSchemaInstanceModifyRequest
public GroupEnhancedCallLogsSchemaInstanceModifyRequest()
-
GroupEnhancedCallLogsSchemaInstanceModifyRequest
public GroupEnhancedCallLogsSchemaInstanceModifyRequest(Group group)
-
-
Method Detail
-
setGroup
public EnhancedCallLogs.GroupEnhancedCallLogsSchemaInstanceModifyRequest setGroup(Group group)
-
getGroup
public Group getGroup()
-
unsetName
public EnhancedCallLogs.GroupEnhancedCallLogsSchemaInstanceModifyRequest unsetName()
-
setName
public EnhancedCallLogs.GroupEnhancedCallLogsSchemaInstanceModifyRequest setName(String name)
-
getEmptyObject
public static EnhancedCallLogs.GroupEnhancedCallLogsSchemaInstanceModifyRequest 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:
formRequestin classRequest<DefaultResponse>
-
-