Class ContractTermsTeam

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ContractTermsTeam
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Represents a team with members and their roles in the contract.
    • Method Detail

      • id

        public java.lang.String id()
        Gets the id. Unique identifier for the team.
        Returns:
        the id
      • name

        public java.lang.String name()
        Gets the name. Team name.
        Returns:
        the name
      • description

        public java.lang.String description()
        Gets the description. Team description.
        Returns:
        the description
      • members

        public java.util.List<ContractTemplateMember> members()
        Gets the members. List of team members.
        Returns:
        the members
      • tags

        public java.util.List<java.lang.String> tags()
        Gets the tags. Tags associated with the team.
        Returns:
        the tags
      • customProperties

        public java.util.List<ContractTemplateCustomProperty> customProperties()
        Gets the customProperties. Custom properties for the team.
        Returns:
        the customProperties
      • authoritativeDefinitions

        public java.util.List<ContractAuthoritativeDefinition> authoritativeDefinitions()
        Gets the authoritativeDefinitions. Authoritative definitions for the team.
        Returns:
        the authoritativeDefinitions