Class ContractTermsTeam
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.ContractTermsTeam
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContractTermsTeam extends com.ibm.cloud.sdk.core.service.model.GenericModelRepresents a team with members and their roles in the contract.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContractTermsTeam.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ContractAuthoritativeDefinition>authoritativeDefinitions()Gets the authoritativeDefinitions.java.util.List<ContractTemplateCustomProperty>customProperties()Gets the customProperties.java.lang.Stringdescription()Gets the description.java.lang.Stringid()Gets the id.java.util.List<ContractTemplateMember>members()Gets the members.java.lang.Stringname()Gets the name.ContractTermsTeam.BuildernewBuilder()New builder.java.util.List<java.lang.String>tags()Gets the tags.
-
-
-
Method Detail
-
newBuilder
public ContractTermsTeam.Builder newBuilder()
New builder.- Returns:
- a ContractTermsTeam builder
-
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
-
-