Package co.ecg.alpaca.toolkit.generated
Class ServiceProvider.ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<ServiceProvider.ServiceProviderCommunicationBarringProfileGetAssignedGroupListResponse>
co.ecg.alpaca.toolkit.generated.ServiceProvider.ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest
- Enclosing class:
- ServiceProvider
public static class ServiceProvider.ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest
extends Request<ServiceProvider.ServiceProviderCommunicationBarringProfileGetAssignedGroupListResponse>
Get a list of groups within a service provider that have a given Communication Barring Profile assigned. The response is either a ServiceProviderCommunicationBarringProfileGetAssignedGroupListResponse or an ErorResponse.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @NotNull @Size(min=1,max=40) Stringprotected Integerprotected @Valid SearchCriteriaGroupId[]protected @Valid SearchCriteriaGroupName[]protected @NotNull @Valid ServiceProvider -
Constructor Summary
ConstructorsConstructorDescriptionServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest(ServiceProvider serviceProvider, String profile) -
Method Summary
Modifier and TypeMethodDescriptionvoidForms the XML Document for this Request Object.getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setProfile(String profile) setResponseSizeLimit(Integer responseSizeLimit) setSearchCriteriaGroupId(SearchCriteriaGroupId... searchCriteriaGroupId) setSearchCriteriaGroupName(SearchCriteriaGroupName... searchCriteriaGroupName) setServiceProvider(ServiceProvider serviceProvider) 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, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
serviceProvider
-
profile
-
responseSizeLimit
-
searchCriteriaGroupId
-
searchCriteriaGroupName
-
-
Constructor Details
-
ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest
public ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest() -
ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest
public ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest(ServiceProvider serviceProvider, String profile)
-
-
Method Details
-
setServiceProvider
public ServiceProvider.ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest setServiceProvider(ServiceProvider serviceProvider) -
getServiceProvider
-
setProfile
public ServiceProvider.ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest setProfile(String profile) -
getProfile
-
setResponseSizeLimit
public ServiceProvider.ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest setResponseSizeLimit(Integer responseSizeLimit) -
getResponseSizeLimit
-
setSearchCriteriaGroupId
public ServiceProvider.ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest setSearchCriteriaGroupId(SearchCriteriaGroupId... searchCriteriaGroupId) -
getSearchCriteriaGroupId
-
setSearchCriteriaGroupName
public ServiceProvider.ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest setSearchCriteriaGroupName(SearchCriteriaGroupName... searchCriteriaGroupName) -
getSearchCriteriaGroupName
-
getEmptyObject
public static ServiceProvider.ServiceProviderCommunicationBarringProfileGetAssignedGroupListRequest 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().
-