Class SupplyRequestStatus.Builder

    • Method Detail

      • id

        public SupplyRequestStatus.Builder id​(java.lang.String id)
        Description copied from class: Code.Builder
        unique id for the element within a resource (for internal references)
        Overrides:
        id in class Code.Builder
        Parameters:
        id - xml:id (or equivalent in JSON)
        Returns:
        A reference to this Builder instance
      • extension

        public SupplyRequestStatus.Builder extension​(Extension... extension)
        Description copied from class: Code.Builder
        May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

        Adds new element(s) to the existing list. If any of the elements are null, calling Code.Builder.build() will fail.

        Overrides:
        extension in class Code.Builder
        Parameters:
        extension - Additional content defined by implementations
        Returns:
        A reference to this Builder instance
      • extension

        public SupplyRequestStatus.Builder extension​(java.util.Collection<Extension> extension)
        Description copied from class: Code.Builder
        May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

        Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling Code.Builder.build() will fail.

        Overrides:
        extension in class Code.Builder
        Parameters:
        extension - Additional content defined by implementations
        Returns:
        A reference to this Builder instance
      • value

        public SupplyRequestStatus.Builder value​(java.lang.String value)
        Description copied from class: Code.Builder
        Primitive value for code
        Overrides:
        value in class Code.Builder
        Parameters:
        value - Primitive value for code
        Returns:
        A reference to this Builder instance