T - the type of the implementing type. Used to allow method chaining@NoImplement
public interface HasModelProperties<T>
| Modifier and Type | Method and Description |
|---|---|
T |
withModelProperty(ModelProperty modelProperty)
Adds the given
modelProperty |
T withModelProperty(ModelProperty modelProperty)
modelPropertymodelProperty - a ModelPropertythis declarerIllegalArgumentException - if modelProperty is null{}Copyright © 2019 MuleSoft, Inc.. All rights reserved.