Uses of Class
io.sendon.model.Group
-
Packages that use Group Package Description io.sendon.model -
-
Uses of Group in io.sendon.model
Methods in io.sendon.model that return Group Modifier and Type Method Description GroupGroup. canceledCount(BigDecimal canceledCount)GroupGroup. createdAt(String createdAt)static GroupGroup. fromJson(String jsonString)Create an instance of Group given an JSON stringGroupGroup. groupId(String groupId)GroupGroup. isUseApi(Boolean isUseApi)GroupGroup. messagesCount(BigDecimal messagesCount)GroupGroup. messageType(SmsMessageType messageType)GroupGroup. pointId(String pointId)GroupGroup. processedCount(BigDecimal processedCount)GroupGroup. status(String status)GroupGroup. totalPoint(BigDecimal totalPoint)GroupGroup. unitCosts(BigDecimal unitCosts)GroupGroup. updatedAt(String updatedAt)GroupGroup. userId(String userId)Methods in io.sendon.model that return types with arguments of type Group Modifier and Type Method Description List<Group>SearchGroupsResponseDto. getItems()발송 메시지 리스트Methods in io.sendon.model with parameters of type Group Modifier and Type Method Description SearchGroupsResponseDtoSearchGroupsResponseDto. addItemsItem(Group itemsItem)Method parameters in io.sendon.model with type arguments of type Group Modifier and Type Method Description SearchGroupsResponseDtoSearchGroupsResponseDto. items(List<Group> items)voidSearchGroupsResponseDto. setItems(List<Group> items)
-