Class CorpGroupEditableInfo
- java.lang.Object
-
- io.datahubproject.openapi.generated.CorpGroupEditableInfo
-
- 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 CorpGroupEditableInfo extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValueGroup information that can be edited from UI
-
-
Constructor Summary
Constructors Constructor Description CorpGroupEditableInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CorpGroupEditableInfodescription(java.lang.String description)CorpGroupEditableInfoemail(java.lang.String email)booleanequals(java.lang.Object o)@NotNull java.lang.Stringget__type()Name of this subclass in SimpleClassName formatjava.lang.StringgetDescription()A description of the groupjava.lang.StringgetEmail()Email address to contact the group@NotNull java.lang.StringgetPictureLink()A URL which points to a picture which user wants to set as the photo for the groupjava.lang.StringgetSlack()Slack channel for the groupinthashCode()CorpGroupEditableInfopictureLink(java.lang.String pictureLink)voidsetDescription(java.lang.String description)voidsetEmail(java.lang.String email)voidsetPictureLink(java.lang.String pictureLink)voidsetSlack(java.lang.String slack)CorpGroupEditableInfoslack(java.lang.String slack)java.lang.StringtoString()
-
-
-
Method Detail
-
get__type
@NotNull public @NotNull java.lang.String get__type()
Name of this subclass in SimpleClassName format- Returns:
- __type
-
description
public CorpGroupEditableInfo description(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
A description of the group- Returns:
- description
-
setDescription
public void setDescription(java.lang.String description)
-
pictureLink
public CorpGroupEditableInfo pictureLink(java.lang.String pictureLink)
-
getPictureLink
@NotNull public @NotNull java.lang.String getPictureLink()
A URL which points to a picture which user wants to set as the photo for the group- Returns:
- pictureLink
-
setPictureLink
public void setPictureLink(java.lang.String pictureLink)
-
slack
public CorpGroupEditableInfo slack(java.lang.String slack)
-
getSlack
public java.lang.String getSlack()
Slack channel for the group- Returns:
- slack
-
setSlack
public void setSlack(java.lang.String slack)
-
email
public CorpGroupEditableInfo email(java.lang.String email)
-
getEmail
public java.lang.String getEmail()
Email address to contact the group- Returns:
-
setEmail
public void setEmail(java.lang.String email)
-
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
-
-