Interface PropertyGroupResponse.Builder

    • Method Detail

      • propertyNames

        PropertyGroupResponse.Builder propertyNames​(Collection<String> propertyNames)

        The names of properties.

        Parameters:
        propertyNames - The names of properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • propertyNames

        PropertyGroupResponse.Builder propertyNames​(String... propertyNames)

        The names of properties.

        Parameters:
        propertyNames - The names of properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isInherited

        PropertyGroupResponse.Builder isInherited​(Boolean isInherited)

        A Boolean value that specifies whether the property group is inherited from a parent entity

        Parameters:
        isInherited - A Boolean value that specifies whether the property group is inherited from a parent entity
        Returns:
        Returns a reference to this object so that method calls can be chained together.