Package io.sendon.kakao.response
Class GetProfiles
- java.lang.Object
-
- io.sendon.base.SendonResponse
-
- io.sendon.kakao.response.GetProfiles
-
public class GetProfiles extends SendonResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetProfiles.GetProfilesDatastatic classGetProfiles.SendProfiles
-
Field Summary
Fields Modifier and Type Field Description GetProfiles.GetProfilesDatadata-
Fields inherited from class io.sendon.base.SendonResponse
code, message
-
-
Constructor Summary
Constructors Constructor Description GetProfiles(SendonJsonResponse sendonJsonResponse)
-
Method Summary
-
Methods inherited from class io.sendon.base.SendonResponse
getBooleanValue, getBooleanValue, getDateValue, getEnumValue, getFloatValue, getIntValue, getStringValue
-
-
-
-
Field Detail
-
data
public GetProfiles.GetProfilesData data
-
-
Constructor Detail
-
GetProfiles
public GetProfiles(SendonJsonResponse sendonJsonResponse)
-
-