public class ConferenceMemberKickCreator extends ConferenceMemberCreatorAction<ConferenceMemberActionResponse>
conferenceName, memberIdplivoClient| Constructor and Description |
|---|
ConferenceMemberKickCreator(java.lang.String conferenceName,
java.lang.String memberId) |
| Modifier and Type | Method and Description |
|---|---|
ConferenceMemberKickCreator |
client(PlivoClient plivoClient) |
ConferenceMemberActionResponse |
kick() |
protected retrofit2.Call<ConferenceMemberActionResponse> |
obtainCall() |
protected retrofit2.Call<ConferenceMemberActionResponse> |
obtainFallback1Call() |
protected retrofit2.Call<ConferenceMemberActionResponse> |
obtainFallback2Call() |
createclient, handleResponse, validatepublic ConferenceMemberKickCreator(java.lang.String conferenceName, java.lang.String memberId)
protected retrofit2.Call<ConferenceMemberActionResponse> obtainCall()
obtainCall in class VoiceCreator<ConferenceMemberActionResponse>protected retrofit2.Call<ConferenceMemberActionResponse> obtainFallback1Call()
obtainFallback1Call in class VoiceCreator<ConferenceMemberActionResponse>protected retrofit2.Call<ConferenceMemberActionResponse> obtainFallback2Call()
obtainFallback2Call in class VoiceCreator<ConferenceMemberActionResponse>public ConferenceMemberActionResponse kick() throws java.io.IOException, PlivoRestException
java.io.IOExceptionPlivoRestExceptionpublic ConferenceMemberKickCreator client(PlivoClient plivoClient)
client in class VoiceCreator<ConferenceMemberActionResponse>