public abstract class AppInfoDto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AppInfoDto.Builder |
| Constructor and Description |
|---|
AppInfoDto() |
| Modifier and Type | Method and Description |
|---|---|
static AppInfoDto.Builder |
builder() |
abstract String |
getDescription() |
abstract URI |
getIconHref() |
abstract String |
getId() |
abstract String |
getName() |
abstract boolean |
isActive() |
public abstract String getId()
public abstract String getName()
public abstract boolean isActive()
public static AppInfoDto.Builder builder()
Copyright © 2018. All rights reserved.