Class TeamProfileGetResponse
java.lang.Object
com.slack.api.methods.response.team.profile.TeamProfileGetResponse
- All Implemented Interfaces:
SlackApiResponse
,SlackApiTextResponse
public class TeamProfileGetResponse extends Object implements SlackApiTextResponse
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TeamProfileGetResponse.Profiles
-
Constructor Summary
Constructors Constructor Description TeamProfileGetResponse()
-
Method Summary
Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getError()
String
getNeeded()
TeamProfileGetResponse.Profiles
getProfile()
String
getProvided()
String
getWarning()
int
hashCode()
boolean
isOk()
void
setError(String error)
void
setNeeded(String needed)
void
setOk(boolean ok)
void
setProfile(TeamProfileGetResponse.Profiles profile)
void
setProvided(String provided)
void
setWarning(String warning)
String
toString()
-
Constructor Details
-
TeamProfileGetResponse
public TeamProfileGetResponse()
-
-
Method Details
-
isOk
public boolean isOk()- Specified by:
isOk
in interfaceSlackApiTextResponse
-
getWarning
- Specified by:
getWarning
in interfaceSlackApiTextResponse
-
getError
- Specified by:
getError
in interfaceSlackApiTextResponse
-
getNeeded
- Specified by:
getNeeded
in interfaceSlackApiTextResponse
-
getProvided
- Specified by:
getProvided
in interfaceSlackApiTextResponse
-
getProfile
-
setOk
public void setOk(boolean ok)- Specified by:
setOk
in interfaceSlackApiTextResponse
-
setWarning
- Specified by:
setWarning
in interfaceSlackApiTextResponse
-
setError
- Specified by:
setError
in interfaceSlackApiTextResponse
-
setNeeded
- Specified by:
setNeeded
in interfaceSlackApiTextResponse
-
setProvided
- Specified by:
setProvided
in interfaceSlackApiTextResponse
-
setProfile
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-