Class GetMessagingActionResponse
- java.lang.Object
-
- software.amazon.spapi.models.messaging.v1.GetMessagingActionResponse
-
public class GetMessagingActionResponse extends java.lang.Object
Describes a messaging action that can be taken for an order. Provides a JSON Hypertext Application Language (HAL) link to the JSON schema document that describes the expected input.
-
-
Constructor Summary
Constructors Constructor Description GetMessagingActionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetMessagingActionResponse
_embedded(GetMessagingActionResponseEmbedded _embedded)
GetMessagingActionResponse
_links(GetMessagingActionResponseLinks _links)
boolean
equals(java.lang.Object o)
GetMessagingActionResponse
errors(ErrorList errors)
GetMessagingActionResponseEmbedded
getEmbedded()
Get _embeddedErrorList
getErrors()
Get errorsGetMessagingActionResponseLinks
getLinks()
Get _linksMessagingAction
getPayload()
Get payloadint
hashCode()
GetMessagingActionResponse
payload(MessagingAction payload)
void
setEmbedded(GetMessagingActionResponseEmbedded _embedded)
void
setErrors(ErrorList errors)
void
setLinks(GetMessagingActionResponseLinks _links)
void
setPayload(MessagingAction payload)
java.lang.String
toString()
-
-
-
Method Detail
-
_links
public GetMessagingActionResponse _links(GetMessagingActionResponseLinks _links)
-
getLinks
public GetMessagingActionResponseLinks getLinks()
Get _links- Returns:
- _links
-
setLinks
public void setLinks(GetMessagingActionResponseLinks _links)
-
_embedded
public GetMessagingActionResponse _embedded(GetMessagingActionResponseEmbedded _embedded)
-
getEmbedded
public GetMessagingActionResponseEmbedded getEmbedded()
Get _embedded- Returns:
- _embedded
-
setEmbedded
public void setEmbedded(GetMessagingActionResponseEmbedded _embedded)
-
payload
public GetMessagingActionResponse payload(MessagingAction payload)
-
getPayload
public MessagingAction getPayload()
Get payload- Returns:
- payload
-
setPayload
public void setPayload(MessagingAction payload)
-
errors
public GetMessagingActionResponse errors(ErrorList errors)
-
getErrors
public ErrorList getErrors()
Get errors- Returns:
- errors
-
setErrors
public void setErrors(ErrorList errors)
-
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
-
-