Package com.mediumapi.domain.welcome
Class Get200Response
java.lang.Object
com.mediumapi.domain.welcome.Get200Response
Get200Response
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocumentation(String documentation) Full name of the API's developerLink to the API's documentationgetEmail()Email ID of the developerLinkedIn Page URLgetName()Full name of the APITwitter Profile URLLink to the Medium API's websitevoidsetDeveloper(String developer) voidsetDocumentation(String documentation) voidvoidsetLinkedin(String linkedin) voidvoidsetTwitter(String twitter) voidsetWebsite(String website)
-
Constructor Details
-
Get200Response
public Get200Response()
-
-
Method Details
-
name
-
getName
Full name of the API- Returns:
- name
-
setName
-
developer
-
getDeveloper
Full name of the API's developer- Returns:
- developer
-
setDeveloper
-
email
-
getEmail
Email ID of the developer- Returns:
-
setEmail
-
website
-
getWebsite
Link to the Medium API's website- Returns:
- website
-
setWebsite
-
documentation
-
getDocumentation
Link to the API's documentation- Returns:
- documentation
-
setDocumentation
-
twitter
-
getTwitter
Twitter Profile URL- Returns:
-
setTwitter
-
linkedin
-
getLinkedin
LinkedIn Page URL- Returns:
-
setLinkedin
-