Package io.sendon.contacts.response
Class AddBlocklist
- java.lang.Object
-
- io.sendon.base.SendonResponse
-
- io.sendon.contacts.response.AddBlocklist
-
public class AddBlocklist extends SendonResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAddBlocklist.AddBlocklistData
-
Field Summary
Fields Modifier and Type Field Description AddBlocklist.AddBlocklistDatadata-
Fields inherited from class io.sendon.base.SendonResponse
code, message
-
-
Constructor Summary
Constructors Constructor Description AddBlocklist(SendonJsonResponse sendonJsonResponse)
-
Method Summary
-
Methods inherited from class io.sendon.base.SendonResponse
getBooleanValue, getBooleanValue, getDateValue, getEnumValue, getFloatValue, getIntValue, getStringValue
-
-
-
-
Field Detail
-
data
public AddBlocklist.AddBlocklistData data
-
-
Constructor Detail
-
AddBlocklist
public AddBlocklist(SendonJsonResponse sendonJsonResponse)
-
-