Package | Description |
---|---|
de.ingo.fritzbox.data |
Modifier and Type | Method and Description |
---|---|
static CallType |
CallType.fromInteger(int x)
Creates a call type object from the given value.
|
CallType |
Call.getType()
Gives the call type.
|
static CallType |
CallType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallType[] |
CallType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Call.Builder |
Call.Builder.type(CallType type)
Sets the type of the call.
|
Copyright © 2018 BITPlan GmbH. All rights reserved.