Record Class CollaborationTeamRequest
java.lang.Object
java.lang.Record
org.diabetestechnology.drh.service.http.pg.request.CollaborationTeamRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
Returns the value of thecoAuthorsName
record component.String[]
Returns the value of thecoInvestigatorsName
record component.final boolean
Indicates whether some other object is "equal to" this one.final int
hashCode()
Returns a hash code value for this object.Returns the value of thenominatedPrincipalInvestigatorName
record component.Returns the value of theprincipalInvestigatorName
record component.studyId()
Returns the value of thestudyId
record component.String[]
Returns the value of thestudyTeamNames
record component.final String
toString()
Returns a string representation of this record class.
-
Constructor Details
-
CollaborationTeamRequest
public CollaborationTeamRequest(String studyId, String[] coInvestigatorsName, String principalInvestigatorName, String nominatedPrincipalInvestigatorName, String[] coAuthorsName, String[] studyTeamNames) Creates an instance of aCollaborationTeamRequest
record class.- Parameters:
studyId
- the value for thestudyId
record componentcoInvestigatorsName
- the value for thecoInvestigatorsName
record componentprincipalInvestigatorName
- the value for theprincipalInvestigatorName
record componentnominatedPrincipalInvestigatorName
- the value for thenominatedPrincipalInvestigatorName
record componentcoAuthorsName
- the value for thecoAuthorsName
record componentstudyTeamNames
- the value for thestudyTeamNames
record component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object)
. -
studyId
Returns the value of thestudyId
record component.- Returns:
- the value of the
studyId
record component
-
coInvestigatorsName
Returns the value of thecoInvestigatorsName
record component.- Returns:
- the value of the
coInvestigatorsName
record component
-
principalInvestigatorName
Returns the value of theprincipalInvestigatorName
record component.- Returns:
- the value of the
principalInvestigatorName
record component
-
nominatedPrincipalInvestigatorName
Returns the value of thenominatedPrincipalInvestigatorName
record component.- Returns:
- the value of the
nominatedPrincipalInvestigatorName
record component
-
coAuthorsName
Returns the value of thecoAuthorsName
record component.- Returns:
- the value of the
coAuthorsName
record component
-
studyTeamNames
Returns the value of thestudyTeamNames
record component.- Returns:
- the value of the
studyTeamNames
record component
-