All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.pms.partner.manager.dto.PartnerAPIKeyRequestsResponse Maven / Gradle / Ivy

The newest version!
package io.mosip.pms.partner.manager.dto;

import java.util.List;

import lombok.Data;

@Data
public class PartnerAPIKeyRequestsResponse {
	
	private List apikeyRequests;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy