Class HttpDestination
java.lang.Object
com.commercetools.graphql.api.types.HttpDestination
- All Implemented Interfaces:
ExtensionDestination
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionHttpDestination(String type, String url, HttpDestinationAuthentication authentication) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()getUrl()inthashCode()static HttpDestination.BuildervoidsetAuthentication(HttpDestinationAuthentication authentication) voidvoidtoString()
-
Constructor Details
-
HttpDestination
public HttpDestination() -
HttpDestination
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceExtensionDestination
-
setType
- Specified by:
setTypein interfaceExtensionDestination
-
getUrl
-
setUrl
-
getAuthentication
-
setAuthentication
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-