Class ContractTemplateOrganization
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.ContractTemplateOrganization
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContractTemplateOrganization extends com.ibm.cloud.sdk.core.service.model.GenericModel
Represents a user and their role in the contract.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContractTemplateOrganization.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContractTemplateOrganization.Builder
newBuilder()
New builder.java.lang.String
role()
Gets the role.java.lang.String
userId()
Gets the userId.
-
-
-
Method Detail
-
newBuilder
public ContractTemplateOrganization.Builder newBuilder()
New builder.- Returns:
- a ContractTemplateOrganization builder
-
userId
public java.lang.String userId()
Gets the userId. The user ID associated with the contract.- Returns:
- the userId
-
role
public java.lang.String role()
Gets the role. The role of the user in the contract.- Returns:
- the role
-
-