| Package | Description |
|---|---|
| sila_java.library.manager.models |
| Modifier and Type | Method and Description |
|---|---|
static SiLACall.Type |
SiLACall.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiLACall.Type[] |
SiLACall.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Builder(@NonNull UUID serverId,
@NonNull String fullyQualifiedFeatureId,
@NonNull String callId,
@NonNull SiLACall.Type type)
Constructor
|
SiLACall(@NonNull UUID serverId,
@NonNull String fullyQualifiedFeatureId,
@NonNull String callId,
@NonNull SiLACall.Type type)
Call Constructor
|
SiLACall(@NonNull UUID serverId,
@NonNull String fullyQualifiedFeatureId,
@NonNull String callId,
@NonNull SiLACall.Type type,
@NonNull String parameters)
Call Constructor
|
SiLACall(@NonNull UUID identifier,
@NonNull UUID serverId,
@NonNull String fullyQualifiedFeatureId,
@NonNull String callId,
@NonNull SiLACall.Type type,
@NonNull String parameters,
@NonNull String metadatas)
Call Constructor
|
Copyright © 2024 SiLA Java Developers. All rights reserved.