| Modifier and Type | Class and Description |
|---|---|
static class |
DisplayModel.DisplayModelBuilder
A Builder which allows creating instances of
DisplayModel |
| Modifier and Type | Method and Description |
|---|---|
static DisplayModel.DisplayModelBuilder |
builder() |
boolean |
equals(Object obj) |
String |
getDisplayName() |
String |
getExample() |
Optional<PathModel> |
getPathModel() |
String |
getSummary() |
int |
hashCode() |
public static DisplayModel.DisplayModelBuilder builder()
DisplayModel.DisplayModelBuilderpublic String getDisplayName()
public String getSummary()
public String getExample()
public Optional<PathModel> getPathModel()
Optional with a PathModel if the parameter is a Path to a file or directory,\
an Optional.empty() if its not.Copyright © 2017 MuleSoft, Inc.. All rights reserved.