public static class TransformEntity.Arg
extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TransformEntity.Arg.Builder
Transform arg builder.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
List<BehaviorEntity> |
getBehaviorEntities()
Gets the behavior entities.
|
Optional<ContentEntity> |
getContentEntity()
Gets the content entity.
|
Params |
getParams()
Gets the params.
|
Optional<SyncEntity> |
getSyncEntity()
Gets the sync entity.
|
int |
hashCode() |
boolean |
isMultiple()
Asks if this arg allows multiple values.
|
static TransformEntity.Arg.Builder |
newBuilder()
Returns a new builder.
|
@Nonnull @CheckReturnValue public static TransformEntity.Arg.Builder newBuilder()
public boolean equals(Object other)
equals
in class Object
@Nonnull @CheckReturnValue public List<BehaviorEntity> getBehaviorEntities()
@Nonnull @CheckReturnValue public Optional<ContentEntity> getContentEntity()
@Nonnull @CheckReturnValue public Params getParams()
@Nonnull @CheckReturnValue public Optional<SyncEntity> getSyncEntity()
public int hashCode()
hashCode
in class Object
@CheckReturnValue public boolean isMultiple()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.