Uses of Class
io.sendon.point.response.GetCosts.MessageType
-
Packages that use GetCosts.MessageType Package Description io.sendon.kakao.request io.sendon.kakao.response io.sendon.point.response -
-
Uses of GetCosts.MessageType in io.sendon.kakao.request
Fields in io.sendon.kakao.request declared as GetCosts.MessageType Modifier and Type Field Description GetCosts.MessageTypeFallback.FallbackCustom. type -
Uses of GetCosts.MessageType in io.sendon.kakao.response
Fields in io.sendon.kakao.response declared as GetCosts.MessageType Modifier and Type Field Description GetCosts.MessageTypeGetGroup.GetGroupData. messageTypeGetCosts.MessageTypeGetGroup.MessageContents. messageTypeGetCosts.MessageTypeCreateTemplate.Fallback. typeGetCosts.MessageTypeGetGroup.Fallback. typeGetCosts.MessageTypeGetTemplates.Fallback. type -
Uses of GetCosts.MessageType in io.sendon.point.response
Fields in io.sendon.point.response declared as GetCosts.MessageType Modifier and Type Field Description GetCosts.MessageTypeGetCosts.Pricing. messageTypeMethods in io.sendon.point.response that return GetCosts.MessageType Modifier and Type Method Description static GetCosts.MessageTypeGetCosts.MessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static GetCosts.MessageType[]GetCosts.MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-