public interface Location
Location instance.
It is expected that the string representation of the object defined the serialized for of the location which consist of the
global element name and the parts separated by an slash character.| Modifier and Type | Interface and Description |
|---|---|
static interface |
Location.Builder
A builder to create a
Location object. |
static class |
Location.LocationBuilder |
static class |
Location.LocationImpl |
| Modifier and Type | Method and Description |
|---|---|
static Location.Builder |
builder() |
String |
getGlobalComponentName() |
List<String> |
getParts() |
String getGlobalComponentName()
List<String> getParts()
static Location.Builder builder()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.