Class GetSummaryResponse
- java.lang.Object
-
- com.rivet.api.resources.group.types.GetSummaryResponse
-
public final class GetSummaryResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetSummaryResponse._FinalStagestatic classGetSummaryResponse.Builderstatic interfaceGetSummaryResponse.GroupStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSummaryResponse.GroupStagebuilder()booleanequals(java.lang.Object other)SummarygetGroup()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getGroup
public Summary getGroup()
-
equals
public boolean equals(java.lang.Object other)
- 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
-
builder
public static GetSummaryResponse.GroupStage builder()
-
-