Uses of Class
com.boldsign.model.SenderIdentityCreated
-
Packages that use SenderIdentityCreated Package Description com.boldsign.api com.boldsign.model -
-
Uses of SenderIdentityCreated in com.boldsign.api
Methods in com.boldsign.api that return SenderIdentityCreated Modifier and Type Method Description SenderIdentityCreatedSenderIdentitiesApi. createSenderIdentities(CreateSenderIdentityRequest createSenderIdentityRequest)Creates sender identity.Methods in com.boldsign.api that return types with arguments of type SenderIdentityCreated Modifier and Type Method Description ApiResponse<SenderIdentityCreated>SenderIdentitiesApi. createSenderIdentitiesWithHttpInfo(CreateSenderIdentityRequest createSenderIdentityRequest)Creates sender identity.Method parameters in com.boldsign.api with type arguments of type SenderIdentityCreated Modifier and Type Method Description okhttp3.CallSenderIdentitiesApi. createSenderIdentitiesAsync(CreateSenderIdentityRequest createSenderIdentityRequest, ApiCallback<SenderIdentityCreated> _callback)Creates sender identity. -
Uses of SenderIdentityCreated in com.boldsign.model
Methods in com.boldsign.model that return SenderIdentityCreated Modifier and Type Method Description static SenderIdentityCreatedSenderIdentityCreated. fromJson(String jsonString)Create an instance of SenderIdentityCreated given an JSON stringSenderIdentityCreatedSenderIdentityCreated. senderIdentityId(String senderIdentityId)
-