Class ObjectFieldSelector

    • Constructor Detail

      • ObjectFieldSelector

        public ObjectFieldSelector()
        No args constructor for use in serialization
      • ObjectFieldSelector

        public ObjectFieldSelector​(String apiVersion,
                                   String fieldPath)
    • Method Detail

      • getApiVersion

        public String getApiVersion()
        Version of the schema the FieldPath is written in terms of, defaults to "v1".
      • setApiVersion

        public void setApiVersion​(String apiVersion)
        Version of the schema the FieldPath is written in terms of, defaults to "v1".
      • getFieldPath

        public String getFieldPath()
        Path of the field to select in the specified API version.
      • setFieldPath

        public void setFieldPath​(String fieldPath)
        Path of the field to select in the specified API version.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)