Class ChannelDraft
java.lang.Object
com.commercetools.graphql.api.types.ChannelDraft
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionChannelDraft(String key, List<ChannelRole> roles, List<LocalizedStringItemInputType> name, List<LocalizedStringItemInputType> description, CustomFieldsDraft custom, AddressInput address, GeometryInput geoLocation) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()getName()getRoles()inthashCode()static ChannelDraft.BuildervoidsetAddress(AddressInput address) voidsetCustom(CustomFieldsDraft custom) voidsetDescription(List<LocalizedStringItemInputType> description) voidsetGeoLocation(GeometryInput geoLocation) voidvoidvoidsetRoles(List<ChannelRole> roles) toString()
-
Constructor Details
-
ChannelDraft
public ChannelDraft() -
ChannelDraft
public ChannelDraft(String key, List<ChannelRole> roles, List<LocalizedStringItemInputType> name, List<LocalizedStringItemInputType> description, CustomFieldsDraft custom, AddressInput address, GeometryInput geoLocation)
-
-
Method Details
-
getKey
-
setKey
-
getRoles
-
setRoles
-
getName
-
setName
-
getDescription
-
setDescription
-
getCustom
-
setCustom
-
getAddress
-
setAddress
-
getGeoLocation
-
setGeoLocation
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-