public class StudioConfigApis extends Object
| Constructor and Description |
|---|
StudioConfigApis()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEditingUrl() |
String |
getHubUrl() |
StudioConfigApisType |
getType() |
void |
setEditingUrl(String editingUrl) |
void |
setHubUrl(String hubUrl) |
void |
setType(StudioConfigApisType type) |
public StudioConfigApisType getType()
public void setType(StudioConfigApisType type)
type - the type to setpublic String getHubUrl()
public void setHubUrl(String hubUrl)
hubUrl - the hubUrl to setpublic String getEditingUrl()
public void setEditingUrl(String editingUrl)
editingUrl - the editingUrl to setCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.