Class FreeformTags.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public FreeformTags.Builder key​(String key)
        OCI Tag key

        *Added In:** 2011192329

        *SCIM++ Properties:** - caseExact: false - type: string - required: true - mutability: readWrite - returned: default - idcsSearchable: true - uniqueness: none

        Parameters:
        key - the value to set
        Returns:
        this builder
      • value

        public FreeformTags.Builder value​(String value)
        OCI Tag value

        *Added In:** 2011192329

        *SCIM++ Properties:** - caseExact: false - required: true - idcsReturnEmptyWhenNull: true - mutability: readWrite - returned: default - type: string - idcsSearchable: true - uniqueness: none

        Parameters:
        value - the value to set
        Returns:
        this builder