Class LifeCycleForView

    • Method Detail

      • nextSteps

        public final String nextSteps()

        Describes the next steps for the opportunity shared through a snapshot.

        Returns:
        Describes the next steps for the opportunity shared through a snapshot.
      • reviewStatus

        public final ReviewStatus reviewStatus()

        Defines the approval status of the opportunity shared through a snapshot.

        If the service returns an enum value that is not available in the current SDK version, reviewStatus will return ReviewStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from reviewStatusAsString().

        Returns:
        Defines the approval status of the opportunity shared through a snapshot.
        See Also:
        ReviewStatus
      • reviewStatusAsString

        public final String reviewStatusAsString()

        Defines the approval status of the opportunity shared through a snapshot.

        If the service returns an enum value that is not available in the current SDK version, reviewStatus will return ReviewStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from reviewStatusAsString().

        Returns:
        Defines the approval status of the opportunity shared through a snapshot.
        See Also:
        ReviewStatus
      • stage

        public final Stage stage()

        Defines the current stage of the opportunity shared through a snapshot.

        If the service returns an enum value that is not available in the current SDK version, stage will return Stage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stageAsString().

        Returns:
        Defines the current stage of the opportunity shared through a snapshot.
        See Also:
        Stage
      • stageAsString

        public final String stageAsString()

        Defines the current stage of the opportunity shared through a snapshot.

        If the service returns an enum value that is not available in the current SDK version, stage will return Stage.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from stageAsString().

        Returns:
        Defines the current stage of the opportunity shared through a snapshot.
        See Also:
        Stage
      • targetCloseDate

        public final String targetCloseDate()

        The projected launch date of the opportunity shared through a snapshot.

        Returns:
        The projected launch date of the opportunity shared through a snapshot.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)