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-04-12T17:29:07.363401Z[Etc/UTC]") public class CorpGroupEditableInfo extends java.lang.Object implements OneOfEnvelopedAspectValue, OneOfGenericAspectValue
Group 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 CorpGroupEditableInfo
description(java.lang.String description)
CorpGroupEditableInfo
email(java.lang.String email)
boolean
equals(java.lang.Object o)
@NotNull java.lang.String
get__type()
Name of this subclass in SimpleClassName formatjava.lang.String
getDescription()
A description of the groupjava.lang.String
getEmail()
Email address to contact the group@NotNull java.lang.String
getPictureLink()
A URL which points to a picture which user wants to set as the photo for the groupjava.lang.String
getSlack()
Slack channel for the groupint
hashCode()
CorpGroupEditableInfo
pictureLink(java.lang.String pictureLink)
void
setDescription(java.lang.String description)
void
setEmail(java.lang.String email)
void
setPictureLink(java.lang.String pictureLink)
void
setSlack(java.lang.String slack)
CorpGroupEditableInfo
slack(java.lang.String slack)
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-