Uses of Class
io.sendon.model.SendProfileSchema
-
Packages that use SendProfileSchema Package Description io.sendon.model -
-
Uses of SendProfileSchema in io.sendon.model
Methods in io.sendon.model that return SendProfileSchema Modifier and Type Method Description SendProfileSchemaSendProfileSchema. block(Boolean block)SendProfileSchemaSendProfileSchema. businessProfile(Boolean businessProfile)SendProfileSchemaSendProfileSchema. businessType(String businessType)SendProfileSchemaSendProfileSchema. categoryCode(String categoryCode)SendProfileSchemaSendProfileSchema. channelId(String channelId)SendProfileSchemaSendProfileSchema. channelName(String channelName)SendProfileSchemaSendProfileSchema. createdAt(OffsetDateTime createdAt)SendProfileSchemaSendProfileSchema. dormant(Boolean dormant)static SendProfileSchemaSendProfileSchema. fromJson(String jsonString)Create an instance of SendProfileSchema given an JSON stringSendProfileSchemaGetSendProfile200Response. getData()Get dataSendProfileSchemaSendProfileSchema. id(String id)SendProfileSchemaSendProfileSchema. profileStatus(String profileStatus)SendProfileSchemaSendProfileSchema. regBy(String regBy)SendProfileSchemaSendProfileSchema. regDate(OffsetDateTime regDate)SendProfileSchemaSendProfileSchema. status(String status)SendProfileSchemaSendProfileSchema. updatedAt(OffsetDateTime updatedAt)SendProfileSchemaSendProfileSchema. updatedBy(String updatedBy)Methods in io.sendon.model that return types with arguments of type SendProfileSchema Modifier and Type Method Description List<SendProfileSchema>GetSendProfiles200ResponseData. getSendProfiles()Get sendProfilesMethods in io.sendon.model with parameters of type SendProfileSchema Modifier and Type Method Description GetSendProfiles200ResponseDataGetSendProfiles200ResponseData. addSendProfilesItem(SendProfileSchema sendProfilesItem)GetSendProfile200ResponseGetSendProfile200Response. data(SendProfileSchema data)voidGetSendProfile200Response. setData(SendProfileSchema data)Method parameters in io.sendon.model with type arguments of type SendProfileSchema Modifier and Type Method Description GetSendProfiles200ResponseDataGetSendProfiles200ResponseData. sendProfiles(List<SendProfileSchema> sendProfiles)voidGetSendProfiles200ResponseData. setSendProfiles(List<SendProfileSchema> sendProfiles)
-