Uses of Class
com.boldsign.model.SenderIdentityViewModel
-
Packages that use SenderIdentityViewModel Package Description com.boldsign.api com.boldsign.model -
-
Uses of SenderIdentityViewModel in com.boldsign.api
Methods in com.boldsign.api that return SenderIdentityViewModel Modifier and Type Method Description SenderIdentityViewModelSenderIdentitiesApi. getSenderIdentityProperties(String id, String email)Gets sender identity by ID or email.Methods in com.boldsign.api that return types with arguments of type SenderIdentityViewModel Modifier and Type Method Description ApiResponse<SenderIdentityViewModel>SenderIdentitiesApi. getSenderIdentityPropertiesWithHttpInfo(String id, String email)Gets sender identity by ID or email.Method parameters in com.boldsign.api with type arguments of type SenderIdentityViewModel Modifier and Type Method Description okhttp3.CallSenderIdentitiesApi. getSenderIdentityPropertiesAsync(String id, String email, ApiCallback<SenderIdentityViewModel> _callback)Gets sender identity by ID or email. -
Uses of SenderIdentityViewModel in com.boldsign.model
Methods in com.boldsign.model that return SenderIdentityViewModel Modifier and Type Method Description SenderIdentityViewModelSenderIdentityViewModel. approvedDate(String approvedDate)SenderIdentityViewModelSenderIdentityViewModel. brandId(String brandId)SenderIdentityViewModelSenderIdentityViewModel. createdBy(String createdBy)SenderIdentityViewModelSenderIdentityViewModel. email(String email)static SenderIdentityViewModelSenderIdentityViewModel. fromJson(String jsonString)Create an instance of SenderIdentityViewModel given an JSON stringSenderIdentityViewModelSenderIdentityViewModel. id(String id)SenderIdentityViewModelSenderIdentityViewModel. metaData(Map<String,String> metaData)SenderIdentityViewModelSenderIdentityViewModel. name(String name)SenderIdentityViewModelSenderIdentityViewModel. notificationSettings(NotificationSettings notificationSettings)SenderIdentityViewModelSenderIdentityViewModel. putMetaDataItem(String key, String metaDataItem)SenderIdentityViewModelSenderIdentityViewModel. redirectUrl(String redirectUrl)SenderIdentityViewModelSenderIdentityViewModel. status(String status)Methods in com.boldsign.model that return types with arguments of type SenderIdentityViewModel Modifier and Type Method Description List<SenderIdentityViewModel>SenderIdentityList. getResult()Get resultMethods in com.boldsign.model with parameters of type SenderIdentityViewModel Modifier and Type Method Description SenderIdentityListSenderIdentityList. addResultItem(SenderIdentityViewModel resultItem)Method parameters in com.boldsign.model with type arguments of type SenderIdentityViewModel Modifier and Type Method Description SenderIdentityListSenderIdentityList. result(List<SenderIdentityViewModel> result)voidSenderIdentityList. setResult(List<SenderIdentityViewModel> result)
-