T - the generic type of the BaseDeclaration which is implementing the interfacepublic interface WithOperationsDeclaration<T extends BaseDeclaration>
BaseDeclaration in which
it's possible to add/get OperationDeclaration objects| Modifier and Type | Method and Description |
|---|---|
T |
addOperation(OperationDeclaration operation)
Adds a
OperationDeclaration |
List<OperationDeclaration> |
getOperations() |
T addOperation(OperationDeclaration operation)
OperationDeclarationoperation - the provider's declarationthis declarationList<OperationDeclaration> getOperations()
List with the OperationDeclaration which have been
added to this declarationCopyright © 2017 MuleSoft, Inc.. All rights reserved.