Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.EngagementInvitationPayloadType
-
Packages that use EngagementInvitationPayloadType Package Description software.amazon.awssdk.services.partnercentralselling.model -
-
Uses of EngagementInvitationPayloadType in software.amazon.awssdk.services.partnercentralselling.model
Methods in software.amazon.awssdk.services.partnercentralselling.model that return EngagementInvitationPayloadType Modifier and Type Method Description static EngagementInvitationPayloadTypeEngagementInvitationPayloadType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EngagementInvitationPayloadTypeEngagementInvitationSummary. payloadType()Describes the type of payload associated with the Engagement Invitation, such asOpportunityorMarketplaceOffer.EngagementInvitationPayloadTypeGetEngagementInvitationResponse. payloadType()The type of payload contained in the engagement invitation, indicating what data or context the payload covers.static EngagementInvitationPayloadTypeEngagementInvitationPayloadType. valueOf(String name)Returns the enum constant of this type with the specified name.static EngagementInvitationPayloadType[]EngagementInvitationPayloadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.partnercentralselling.model that return types with arguments of type EngagementInvitationPayloadType Modifier and Type Method Description static Set<EngagementInvitationPayloadType>EngagementInvitationPayloadType. knownValues()List<EngagementInvitationPayloadType>ListEngagementInvitationsRequest. payloadType()Defines the type of payload associated with the engagement invitations to be listed.Methods in software.amazon.awssdk.services.partnercentralselling.model with parameters of type EngagementInvitationPayloadType Modifier and Type Method Description EngagementInvitationSummary.BuilderEngagementInvitationSummary.Builder. payloadType(EngagementInvitationPayloadType payloadType)Describes the type of payload associated with the Engagement Invitation, such asOpportunityorMarketplaceOffer.GetEngagementInvitationResponse.BuilderGetEngagementInvitationResponse.Builder. payloadType(EngagementInvitationPayloadType payloadType)The type of payload contained in the engagement invitation, indicating what data or context the payload covers.ListEngagementInvitationsRequest.BuilderListEngagementInvitationsRequest.Builder. payloadType(EngagementInvitationPayloadType... payloadType)Defines the type of payload associated with the engagement invitations to be listed.Method parameters in software.amazon.awssdk.services.partnercentralselling.model with type arguments of type EngagementInvitationPayloadType Modifier and Type Method Description ListEngagementInvitationsRequest.BuilderListEngagementInvitationsRequest.Builder. payloadType(Collection<EngagementInvitationPayloadType> payloadType)Defines the type of payload associated with the engagement invitations to be listed.
-