public class PathModelLocation extends UnknownType
| Constructor and Description |
|---|
PathModelLocation() |
PathModelLocation(String value) |
| Modifier and Type | Method and Description |
|---|---|
static PathModelLocation |
anyPathModelLocation(String value) |
static PathModelLocation |
embeddedPathModelLocation(String value) |
static PathModelLocation |
externalPathModelLocation(String value) |
boolean |
isAny() |
boolean |
isEmbedded() |
boolean |
isExternal() |
public PathModelLocation()
public PathModelLocation(String value)
public static PathModelLocation embeddedPathModelLocation(String value)
public static PathModelLocation externalPathModelLocation(String value)
public static PathModelLocation anyPathModelLocation(String value)
public boolean isEmbedded()
public boolean isExternal()
public boolean isAny()
Copyright © 2022 MuleSoft, Inc.. All rights reserved.