Class V20PresExRecordByFormat


  • public class V20PresExRecordByFormat
    extends Object
    V20PresExRecordByFormat aca-py specific way of presenting the types as either dif or indy. The second way would be to go through the attachments and get the corresponding format by the attachment id.
    • Constructor Detail

      • V20PresExRecordByFormat

        public V20PresExRecordByFormat​(com.google.gson.JsonObject presProposal,
                                       com.google.gson.JsonObject presRequest,
                                       com.google.gson.JsonObject pres)
      • V20PresExRecordByFormat

        public V20PresExRecordByFormat()
    • Method Detail

      • isIndy

        public boolean isIndy()
      • isDif

        public boolean isDif()
      • resolveDifPresentationProposal

        public <T> Optional<T> resolveDifPresentationProposal​(Type type)
      • resolveDifPresentationRequest

        public <T> Optional<T> resolveDifPresentationRequest​(Type type)
      • resolveIndyPresentation

        public com.google.gson.JsonObject resolveIndyPresentation()
      • getPresProposal

        public com.google.gson.JsonObject getPresProposal()
      • getPresRequest

        public com.google.gson.JsonObject getPresRequest()
      • getPres

        public com.google.gson.JsonObject getPres()
      • setPresProposal

        public void setPresProposal​(com.google.gson.JsonObject presProposal)
      • setPresRequest

        public void setPresRequest​(com.google.gson.JsonObject presRequest)
      • setPres

        public void setPres​(com.google.gson.JsonObject pres)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object