All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
static NativeEntityDescriptor.Builder |
builder() |
abstract ModelId |
contentPackEntityId() |
static NativeEntityDescriptor |
create(ModelId contentPackEntityId,
ModelId id,
ModelType type,
String title) |
static NativeEntityDescriptor |
create(ModelId contentPackEntityId,
ModelId id,
ModelType type,
String title,
boolean foundOnSystem) |
static NativeEntityDescriptor |
create(ModelId contentPackEntityId,
String nativeId,
ModelType type,
String title) |
static NativeEntityDescriptor |
create(ModelId contentPackEntityId,
String nativeId,
ModelType type,
String title,
boolean foundOnSystem) |
static NativeEntityDescriptor |
create(String contentPackEntityId,
String nativeId,
ModelType type,
String title) |
static NativeEntityDescriptor |
create(String contentPackEntityId,
String nativeId,
ModelType type,
String title,
boolean foundOnSystem)
|
abstract boolean |
foundOnSystem() |
abstract String |
title() |
abstract NativeEntityDescriptor.Builder |
toBuilder() |