public class Flag extends BaseFlag
| Constructor and Description |
|---|
Flag() |
| Modifier and Type | Method and Description |
|---|---|
static Flag |
fromApiFlag(com.fasterxml.jackson.databind.JsonNode node)
Flag from api.
|
static Flag |
fromFeatureStateModel(FeatureStateModel featureState,
Object identityId)
return flag from feature state model and identity id.
|
public static Flag fromFeatureStateModel(FeatureStateModel featureState, Object identityId)
featureState - feature state modelidentityId - identity idpublic static Flag fromApiFlag(com.fasterxml.jackson.databind.JsonNode node)
node - node objectCopyright © 2022. All rights reserved.