Class ActivityTypeInfo

    • Constructor Detail

      • ActivityTypeInfo

        public ActivityTypeInfo()
    • Method Detail

      • setActivityType

        public void setActivityType​(ActivityType activityType)

        The ActivityType type structure representing the activity type.

        Parameters:
        activityType - The ActivityType type structure representing the activity type.
      • getActivityType

        public ActivityType getActivityType()

        The ActivityType type structure representing the activity type.

        Returns:
        The ActivityType type structure representing the activity type.
      • withActivityType

        public ActivityTypeInfo withActivityType​(ActivityType activityType)

        The ActivityType type structure representing the activity type.

        Parameters:
        activityType - The ActivityType type structure representing the activity type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus​(String status)

        The current status of the activity type.

        Parameters:
        status - The current status of the activity type.
        See Also:
        RegistrationStatus
      • getStatus

        public String getStatus()

        The current status of the activity type.

        Returns:
        The current status of the activity type.
        See Also:
        RegistrationStatus
      • withStatus

        public ActivityTypeInfo withStatus​(String status)

        The current status of the activity type.

        Parameters:
        status - The current status of the activity type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationStatus
      • setStatus

        public void setStatus​(RegistrationStatus status)

        The current status of the activity type.

        Parameters:
        status - The current status of the activity type.
        See Also:
        RegistrationStatus
      • withStatus

        public ActivityTypeInfo withStatus​(RegistrationStatus status)

        The current status of the activity type.

        Parameters:
        status - The current status of the activity type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RegistrationStatus
      • setDescription

        public void setDescription​(String description)

        The description of the activity type provided in RegisterActivityType.

        Parameters:
        description - The description of the activity type provided in RegisterActivityType.
      • withDescription

        public ActivityTypeInfo withDescription​(String description)

        The description of the activity type provided in RegisterActivityType.

        Parameters:
        description - The description of the activity type provided in RegisterActivityType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationDate

        public void setCreationDate​(Date creationDate)

        The date and time this activity type was created through RegisterActivityType.

        Parameters:
        creationDate - The date and time this activity type was created through RegisterActivityType.
      • withCreationDate

        public ActivityTypeInfo withCreationDate​(Date creationDate)

        The date and time this activity type was created through RegisterActivityType.

        Parameters:
        creationDate - The date and time this activity type was created through RegisterActivityType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeprecationDate

        public void setDeprecationDate​(Date deprecationDate)

        If DEPRECATED, the date and time DeprecateActivityType was called.

        Parameters:
        deprecationDate - If DEPRECATED, the date and time DeprecateActivityType was called.
      • withDeprecationDate

        public ActivityTypeInfo withDeprecationDate​(Date deprecationDate)

        If DEPRECATED, the date and time DeprecateActivityType was called.

        Parameters:
        deprecationDate - If DEPRECATED, the date and time DeprecateActivityType was called.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object