Class MultipartRequest


  • public class MultipartRequest
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      @Nullable org.eclipse.dataspaceconnector.spi.iam.ClaimToken getClaimToken()  
      @NotNull de.fraunhofer.iais.eis.Message getHeader()  
      @Nullable java.lang.String getPayload()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getHeader

        @NotNull
        public @NotNull de.fraunhofer.iais.eis.Message getHeader()
      • getPayload

        @Nullable
        public @Nullable java.lang.String getPayload()
      • getClaimToken

        @Nullable
        public @Nullable org.eclipse.dataspaceconnector.spi.iam.ClaimToken getClaimToken()