public class PrivateOperationsModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
| Constructor and Description |
|---|
PrivateOperationsModelProperty(List<org.mule.runtime.api.meta.model.operation.OperationModel> privateOperationsModels) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Optional<org.mule.runtime.api.meta.model.operation.OperationModel> |
getOperationModel(String name)
Returns the
OperationModel that matches the given name. |
Collection<String> |
getOperationNames() |
boolean |
isPublic() |
public PrivateOperationsModelProperty(List<org.mule.runtime.api.meta.model.operation.OperationModel> privateOperationsModels)
public Optional<org.mule.runtime.api.meta.model.operation.OperationModel> getOperationModel(String name)
OperationModel that matches the given name.name - case sensitive operation nameOptional OperationModelpublic Collection<String> getOperationNames()
public String getName()
getName in interface org.mule.runtime.api.meta.model.ModelPropertygetName in interface org.mule.runtime.api.meta.NamedObjectpublic boolean isPublic()
isPublic in interface org.mule.runtime.api.meta.model.ModelPropertyCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.