Class UpdateProjectRequest

    • Method Detail

      • projectName

        public final String projectName()

        The name of the project to be updated.

        Returns:
        The name of the project to be updated.
      • description

        public final String description()

        An optional user-defined description for the project.

        Returns:
        An optional user-defined description for the project.
      • placementTemplate

        public final PlacementTemplate placementTemplate()

        An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.

        Returns:
        An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given placementTemplate, you can update the associated callbackOverrides for the device definition using this API.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object