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