public class ProfileInfoRepresentation extends Object
| Constructor and Description |
|---|
ProfileInfoRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
static ProfileInfoRepresentation |
create() |
String |
getName() |
boolean |
isPreviewEnabled() |
void |
setName(String name) |
void |
setPreviewEnabled(boolean previewEnabled) |
public static ProfileInfoRepresentation create()
public String getName()
public void setName(String name)
public boolean isPreviewEnabled()
public void setPreviewEnabled(boolean previewEnabled)
Copyright © 2016 JBoss by Red Hat. All rights reserved.