Class ContractTemplateMember
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.ContractTemplateMember
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContractTemplateMember extends com.ibm.cloud.sdk.core.service.model.GenericModelRepresents a user and their role in the contract.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContractTemplateMember.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.util.DatedateIn()Gets the dateIn.java.util.DatedateOut()Gets the dateOut.java.lang.Stringdescription()Gets the description.java.lang.Stringid()Gets the id.java.lang.Stringname()Gets the name.ContractTemplateMember.BuildernewBuilder()New builder.java.lang.StringreplacedByUsername()Gets the replacedByUsername.java.lang.Stringrole()Gets the role.java.util.List<java.lang.String>tags()Gets the tags.java.lang.StringuserId()Gets the userId.
-
-
-
Method Detail
-
newBuilder
public ContractTemplateMember.Builder newBuilder()
New builder.- Returns:
- a ContractTemplateMember builder
-
id
public java.lang.String id()
Gets the id. Unique identifier for the team member.- Returns:
- the id
-
userId
public java.lang.String userId()
Gets the userId. The user ID associated with the contract.- Returns:
- the userId
-
name
public java.lang.String name()
Gets the name. Name of the team member.- Returns:
- the name
-
role
public java.lang.String role()
Gets the role. The role of the user in the contract.- Returns:
- the role
-
description
public java.lang.String description()
Gets the description. Description of the team member's responsibilities.- Returns:
- the description
-
dateIn
public java.util.Date dateIn()
Gets the dateIn. Date when the member joined the team.- Returns:
- the dateIn
-
dateOut
public java.util.Date dateOut()
Gets the dateOut. Date when the member left the team.- Returns:
- the dateOut
-
replacedByUsername
public java.lang.String replacedByUsername()
Gets the replacedByUsername. Username of the person who replaced this member.- Returns:
- the replacedByUsername
-
tags
public java.util.List<java.lang.String> tags()
Gets the tags. Tags associated with the team member.- Returns:
- the tags
-
customProperties
public java.util.List<ContractTemplateCustomProperty> customProperties()
Gets the customProperties. Custom properties for the team member.- Returns:
- the customProperties
-
authoritativeDefinitions
public java.util.List<ContractAuthoritativeDefinition> authoritativeDefinitions()
Gets the authoritativeDefinitions. Authoritative definitions for the team member.- Returns:
- the authoritativeDefinitions
-
-