Class RefResponse


  • public class RefResponse
    extends Response
    Created by Helmsdown on 7/8/15. This class extends directly from Response for now. At some future date we will need to make Response an interface to follow the pattern established by Model, Property and Parameter
    • Constructor Detail

      • RefResponse

        public RefResponse()
      • RefResponse

        public RefResponse​(String ref)
    • Method Detail

      • set$ref

        public void set$ref​(String ref)
      • get$ref

        public String get$ref()
      • getSimpleRef

        public String getSimpleRef()
      • getOriginalRef

        public String getOriginalRef()
        Returns:
        originalRef
        Since:
        1.5.21
      • getRefFormat

        public RefFormat getRefFormat()