-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitSip.TransferSIPParticipantRequestOrBuilder
public final class LivekitSip.TransferSIPParticipantRequest.Builder extends GeneratedMessageLite.Builder<LivekitSip.TransferSIPParticipantRequest, LivekitSip.TransferSIPParticipantRequest.Builder> implements LivekitSip.TransferSIPParticipantRequestOrBuilder
Protobuf type
{@code livekit.TransferSIPParticipantRequest}
-
-
Method Summary
Modifier and Type Method Description StringgetParticipantIdentity()string participant_identity = 1;ByteStringgetParticipantIdentityBytes()string participant_identity = 1;LivekitSip.TransferSIPParticipantRequest.BuildersetParticipantIdentity(String value)string participant_identity = 1;LivekitSip.TransferSIPParticipantRequest.BuilderclearParticipantIdentity()string participant_identity = 1;LivekitSip.TransferSIPParticipantRequest.BuildersetParticipantIdentityBytes(ByteString value)string participant_identity = 1;StringgetRoomName()string room_name = 2;ByteStringgetRoomNameBytes()string room_name = 2;LivekitSip.TransferSIPParticipantRequest.BuildersetRoomName(String value)string room_name = 2;LivekitSip.TransferSIPParticipantRequest.BuilderclearRoomName()string room_name = 2;LivekitSip.TransferSIPParticipantRequest.BuildersetRoomNameBytes(ByteString value)string room_name = 2;StringgetTransferTo()string transfer_to = 3;ByteStringgetTransferToBytes()string transfer_to = 3;LivekitSip.TransferSIPParticipantRequest.BuildersetTransferTo(String value)string transfer_to = 3;LivekitSip.TransferSIPParticipantRequest.BuilderclearTransferTo()string transfer_to = 3;LivekitSip.TransferSIPParticipantRequest.BuildersetTransferToBytes(ByteString value)string transfer_to = 3;booleangetPlayDialtone()Optionally play dialtone to the SIP participant as an audible indicator of being transferredbool play_dialtone = 4;LivekitSip.TransferSIPParticipantRequest.BuildersetPlayDialtone(boolean value)Optionally play dialtone to the SIP participant as an audible indicator of being transferredbool play_dialtone = 4;LivekitSip.TransferSIPParticipantRequest.BuilderclearPlayDialtone()Optionally play dialtone to the SIP participant as an audible indicator of being transferredbool play_dialtone = 4;intgetHeadersCount()Add the following headers to the REFER SIP request.map<string, string> headers = 5;booleancontainsHeaders(String key)Add the following headers to the REFER SIP request.map<string, string> headers = 5;LivekitSip.TransferSIPParticipantRequest.BuilderclearHeaders()LivekitSip.TransferSIPParticipantRequest.BuilderremoveHeaders(String key)Add the following headers to the REFER SIP request.map<string, string> headers = 5;Map<String, String>getHeaders()Use getHeadersMap instead. Map<String, String>getHeadersMap()Add the following headers to the REFER SIP request.map<string, string> headers = 5;StringgetHeadersOrDefault(String key, String defaultValue)Add the following headers to the REFER SIP request.map<string, string> headers = 5;StringgetHeadersOrThrow(String key)Add the following headers to the REFER SIP request.map<string, string> headers = 5;LivekitSip.TransferSIPParticipantRequest.BuilderputHeaders(String key, String value)Add the following headers to the REFER SIP request.map<string, string> headers = 5;LivekitSip.TransferSIPParticipantRequest.BuilderputAllHeaders(Map<String, String> values)Add the following headers to the REFER SIP request.map<string, string> headers = 5;booleanhasRingingTimeout()Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;DurationgetRingingTimeout()Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;LivekitSip.TransferSIPParticipantRequest.BuildersetRingingTimeout(Duration value)Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;LivekitSip.TransferSIPParticipantRequest.BuildersetRingingTimeout(Duration.Builder builderForValue)Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;LivekitSip.TransferSIPParticipantRequest.BuildermergeRingingTimeout(Duration value)Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;LivekitSip.TransferSIPParticipantRequest.BuilderclearRingingTimeout()Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class livekit.LivekitSip.TransferSIPParticipantRequestOrBuilder
containsHeaders, getHeadersOrDefault, getHeadersOrThrow -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getParticipantIdentity
String getParticipantIdentity()
string participant_identity = 1;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
string participant_identity = 1;
-
setParticipantIdentity
LivekitSip.TransferSIPParticipantRequest.Builder setParticipantIdentity(String value)
string participant_identity = 1;- Parameters:
value- The participantIdentity to set.
-
clearParticipantIdentity
LivekitSip.TransferSIPParticipantRequest.Builder clearParticipantIdentity()
string participant_identity = 1;
-
setParticipantIdentityBytes
LivekitSip.TransferSIPParticipantRequest.Builder setParticipantIdentityBytes(ByteString value)
string participant_identity = 1;- Parameters:
value- The bytes for participantIdentity to set.
-
getRoomName
String getRoomName()
string room_name = 2;
-
getRoomNameBytes
ByteString getRoomNameBytes()
string room_name = 2;
-
setRoomName
LivekitSip.TransferSIPParticipantRequest.Builder setRoomName(String value)
string room_name = 2;- Parameters:
value- The roomName to set.
-
clearRoomName
LivekitSip.TransferSIPParticipantRequest.Builder clearRoomName()
string room_name = 2;
-
setRoomNameBytes
LivekitSip.TransferSIPParticipantRequest.Builder setRoomNameBytes(ByteString value)
string room_name = 2;- Parameters:
value- The bytes for roomName to set.
-
getTransferTo
String getTransferTo()
string transfer_to = 3;
-
getTransferToBytes
ByteString getTransferToBytes()
string transfer_to = 3;
-
setTransferTo
LivekitSip.TransferSIPParticipantRequest.Builder setTransferTo(String value)
string transfer_to = 3;- Parameters:
value- The transferTo to set.
-
clearTransferTo
LivekitSip.TransferSIPParticipantRequest.Builder clearTransferTo()
string transfer_to = 3;
-
setTransferToBytes
LivekitSip.TransferSIPParticipantRequest.Builder setTransferToBytes(ByteString value)
string transfer_to = 3;- Parameters:
value- The bytes for transferTo to set.
-
getPlayDialtone
boolean getPlayDialtone()
Optionally play dialtone to the SIP participant as an audible indicator of being transferredbool play_dialtone = 4;
-
setPlayDialtone
LivekitSip.TransferSIPParticipantRequest.Builder setPlayDialtone(boolean value)
Optionally play dialtone to the SIP participant as an audible indicator of being transferredbool play_dialtone = 4;- Parameters:
value- The playDialtone to set.
-
clearPlayDialtone
LivekitSip.TransferSIPParticipantRequest.Builder clearPlayDialtone()
Optionally play dialtone to the SIP participant as an audible indicator of being transferredbool play_dialtone = 4;
-
getHeadersCount
int getHeadersCount()
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
containsHeaders
boolean containsHeaders(String key)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
clearHeaders
LivekitSip.TransferSIPParticipantRequest.Builder clearHeaders()
-
removeHeaders
LivekitSip.TransferSIPParticipantRequest.Builder removeHeaders(String key)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
getHeaders
@Deprecated() Map<String, String> getHeaders()
Use getHeadersMap instead.
-
getHeadersMap
Map<String, String> getHeadersMap()
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
getHeadersOrDefault
String getHeadersOrDefault(String key, String defaultValue)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
getHeadersOrThrow
String getHeadersOrThrow(String key)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
putHeaders
LivekitSip.TransferSIPParticipantRequest.Builder putHeaders(String key, String value)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
putAllHeaders
LivekitSip.TransferSIPParticipantRequest.Builder putAllHeaders(Map<String, String> values)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
hasRingingTimeout
boolean hasRingingTimeout()
Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;
-
getRingingTimeout
Duration getRingingTimeout()
Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;
-
setRingingTimeout
LivekitSip.TransferSIPParticipantRequest.Builder setRingingTimeout(Duration value)
Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;
-
setRingingTimeout
LivekitSip.TransferSIPParticipantRequest.Builder setRingingTimeout(Duration.Builder builderForValue)
Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;
-
mergeRingingTimeout
LivekitSip.TransferSIPParticipantRequest.Builder mergeRingingTimeout(Duration value)
Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;
-
clearRingingTimeout
LivekitSip.TransferSIPParticipantRequest.Builder clearRingingTimeout()
Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;
-
-
-
-