Class NativeGroupMembership
- java.lang.Object
-
- io.datahubproject.openapi.generated.NativeGroupMembership
-
- All Implemented Interfaces:
OneOfEnvelopedAspectValue,OneOfGenericAspectValue
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class NativeGroupMembership extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueCarries information about the native CorpGroups a user is in.
-
-
Constructor Summary
Constructors Constructor Description NativeGroupMembership()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NativeGroupMembershipaddNativeGroupsItem(java.lang.String nativeGroupsItem)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName format@NotNull java.util.List<java.lang.String>getNativeGroups()Get nativeGroupsinthashCode()NativeGroupMembershipnativeGroups(java.util.List<java.lang.String> nativeGroups)voidsetNativeGroups(java.util.List<java.lang.String> nativeGroups)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
nativeGroups
public NativeGroupMembership nativeGroups(java.util.List<java.lang.String> nativeGroups)
-
addNativeGroupsItem
public NativeGroupMembership addNativeGroupsItem(java.lang.String nativeGroupsItem)
-
getNativeGroups
@NotNull public @NotNull java.util.List<java.lang.String> getNativeGroups()
Get nativeGroups- Returns:
- nativeGroups
-
setNativeGroups
public void setNativeGroups(java.util.List<java.lang.String> nativeGroups)
-
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
-
-