Package de.adorsys.psd2.xs2a.domain.pis
Class GetPaymentStatusResponse
- java.lang.Object
-
- de.adorsys.psd2.xs2a.domain.pis.GetPaymentStatusResponse
-
- All Implemented Interfaces:
CustomContentTypeProvider
public class GetPaymentStatusResponse extends Object implements CustomContentTypeProvider
-
-
Constructor Summary
Constructors Constructor Description GetPaymentStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.MediaTypegetCustomContentType()booleanisResponseContentTypeJson()
-
-
-
Method Detail
-
isResponseContentTypeJson
public boolean isResponseContentTypeJson()
-
getCustomContentType
public org.springframework.http.MediaType getCustomContentType()
- Specified by:
getCustomContentTypein interfaceCustomContentTypeProvider
-
-