Class DevicesDeleteRequest
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.device.DevicesDeleteRequest
-
public class DevicesDeleteRequest extends Object
JSON body request for bulk devices delete.
-
-
Field Summary
Fields Modifier and Type Field Description private AuthenticationData
auth
Additional authentication information for the user-interactive authentication API.private List<String>
devices
Required.
-
Constructor Summary
Constructors Constructor Description DevicesDeleteRequest()
-
Method Summary
Modifier and Type Method Description AuthenticationData
getAuth()
List<String>
getDevices()
void
setAuth(AuthenticationData auth)
void
setDevices(List<String> devices)
-
-
-
Field Detail
-
auth
private AuthenticationData auth
Additional authentication information for the user-interactive authentication API.
-
-
Method Detail
-
getAuth
public AuthenticationData getAuth()
-
setAuth
public void setAuth(AuthenticationData auth)
-
-