Package | Description |
---|---|
de.ingo.fritzbox.data |
Modifier and Type | Method and Description |
---|---|
Call.Builder |
Call.Builder.callerName(String callerName)
Sets the caller name.
|
Call.Builder |
Call.Builder.callerNumber(String callerNumber)
Sets the caller number.
|
Call.Builder |
Call.Builder.date(Date date)
Sets the given date as call date.
|
Call.Builder |
Call.Builder.date(String date)
Casts the string to a Date object and sets it as call date.
|
Call.Builder |
Call.Builder.duration(int duration)
Sets the duration of the call in minutes.
|
Call.Builder |
Call.Builder.duration(String durationString)
Parses a string of the type "HH:mm" to seconds.
|
Call.Builder |
Call.Builder.substationName(String substationName)
Sets the substationName
|
Call.Builder |
Call.Builder.substationNumber(String substationNumber)
Sets the sub station number.
|
Call.Builder |
Call.Builder.type(CallType type)
Sets the type of the call.
|
Call.Builder |
Call.Builder.type(int type)
Transforms the integer to a call type and sets it.
|
Call.Builder |
Call.Builder.type(String type)
Casts the string to a Integer to be transformed into a CallType and
sets it.
|
Copyright © 2018 BITPlan GmbH. All rights reserved.