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