org.springframework.social.partnercenter.api.agreement.AgreementOperations Maven / Gradle / Ivy
package org.springframework.social.partnercenter.api.agreement;
import org.springframework.http.ResponseEntity;
import org.springframework.social.partnercenter.api.PagingResourceOperations;
import org.springframework.social.partnercenter.api.PartnerCenterResponse;
public interface AgreementOperations extends PagingResourceOperations {
ResponseEntity confirmCustomerAcceptance(String customerTenantId, Agreement agreement);
ResponseEntity> getConfirmations(String customerTenantId, AgreementType agreementType);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy