dev.fitko.fitconnect.api.domain.sender.steps.encrypted.EncryptedBuildStep Maven / Gradle / Ivy
package dev.fitko.fitconnect.api.domain.sender.steps.encrypted;
import dev.fitko.fitconnect.api.domain.sender.SendableEncryptedSubmission;
public interface EncryptedBuildStep {
/**
* Constructs a new sendable encrypted submission from the data that is set.
*
* @return SendableEncryptedSubmission
*/
SendableEncryptedSubmission build();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy