Uses of Class
com.docusign.esign.model.MobileNotifierConfigurationInformation
-
Packages that use MobileNotifierConfigurationInformation Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of MobileNotifierConfigurationInformation in com.docusign.esign.api
Methods in com.docusign.esign.api that return MobileNotifierConfigurationInformation Modifier and Type Method Description MobileNotifierConfigurationInformationConnectApi. deleteMobileNotifiers(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)Reserved.MobileNotifierConfigurationInformationConnectApi. listMobileNotifiers(String accountId)Reserved.MobileNotifierConfigurationInformationConnectApi. updateMobileNotifiers(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)Reserved.Methods in com.docusign.esign.api that return types with arguments of type MobileNotifierConfigurationInformation Modifier and Type Method Description ApiResponse<MobileNotifierConfigurationInformation>ConnectApi. deleteMobileNotifiersWithHttpInfo(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)Reserved Reserved:ApiResponse<MobileNotifierConfigurationInformation>ConnectApi. listMobileNotifiersWithHttpInfo(String accountId)Reserved Reserved:ApiResponse<MobileNotifierConfigurationInformation>ConnectApi. updateMobileNotifiersWithHttpInfo(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)Reserved Reserved:Methods in com.docusign.esign.api with parameters of type MobileNotifierConfigurationInformation Modifier and Type Method Description MobileNotifierConfigurationInformationConnectApi. deleteMobileNotifiers(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)Reserved.ApiResponse<MobileNotifierConfigurationInformation>ConnectApi. deleteMobileNotifiersWithHttpInfo(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)Reserved Reserved:MobileNotifierConfigurationInformationConnectApi. updateMobileNotifiers(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)Reserved.ApiResponse<MobileNotifierConfigurationInformation>ConnectApi. updateMobileNotifiersWithHttpInfo(String accountId, MobileNotifierConfigurationInformation mobileNotifierConfigurationInformation)Reserved Reserved: -
Uses of MobileNotifierConfigurationInformation in com.docusign.esign.model
Methods in com.docusign.esign.model that return MobileNotifierConfigurationInformation Modifier and Type Method Description MobileNotifierConfigurationInformationMobileNotifierConfigurationInformation. addMobileNotifierConfigurationsItem(MobileNotifierConfiguration mobileNotifierConfigurationsItem)addMobileNotifierConfigurationsItem.MobileNotifierConfigurationInformationMobileNotifierConfigurationInformation. mobileNotifierConfigurations(List<MobileNotifierConfiguration> mobileNotifierConfigurations)mobileNotifierConfigurations.
-