public final class EntityAction
extends java.lang.Object
| Constructor and Description |
|---|
EntityAction() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Optional<EntityAction.Action> |
tryBuildFrom(java.lang.String entity,
java.lang.String action)
Tries to build an instance of
EntityAction.Action with the given entity and action. |
public static com.google.common.base.Optional<EntityAction.Action> tryBuildFrom(java.lang.String entity, java.lang.String action)
EntityAction.Action with the given entity and action.entity - to look foraction - to look forPresent if the EntityAction.Action exist with
the given parameters, else AbsentCopyright © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.