Class ScorecardSection
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ScorecardSection
-
public class ScorecardSection extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScorecardSection.Builder
-
Constructor Summary
Constructors Constructor Description ScorecardSection()ScorecardSection(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Field>> fields)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScorecardSection.Builderbuilder()booleanequals(java.lang.Object o)org.openapitools.jackson.nullable.JsonNullable<java.util.List<Field>>fields()The fields within the sectioninthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>label()The label of the sectionorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()ScorecardSectionwithFields(java.util.List<Field> fields)The fields within the sectionScorecardSectionwithFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Field>> fields)The fields within the sectionScorecardSectionwithId(java.lang.String id)Unique identifierScorecardSectionwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierScorecardSectionwithLabel(java.lang.String label)The label of the sectionScorecardSectionwithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the sectionScorecardSectionwithRemoteId(java.lang.String remoteId)Provider's unique identifierScorecardSectionwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Constructor Detail
-
ScorecardSection
public ScorecardSection(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Field>> fields)
-
ScorecardSection
public ScorecardSection()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
label
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
The label of the section
-
fields
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<Field>> fields()
The fields within the section
-
builder
public static ScorecardSection.Builder builder()
-
withId
public ScorecardSection withId(java.lang.String id)
Unique identifier
-
withId
public ScorecardSection withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public ScorecardSection withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public ScorecardSection withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withLabel
public ScorecardSection withLabel(java.lang.String label)
The label of the section
-
withLabel
public ScorecardSection withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The label of the section
-
withFields
public ScorecardSection withFields(java.util.List<Field> fields)
The fields within the section
-
withFields
public ScorecardSection withFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<Field>> fields)
The fields within the section
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-