Uses of Class
net.authorize.api.contract.v1.MessagesType
-
Packages that use MessagesType Package Description net.authorize.api.contract.v1 -
-
Uses of MessagesType in net.authorize.api.contract.v1
Fields in net.authorize.api.contract.v1 declared as MessagesType Modifier and Type Field Description protected MessagesTypeANetApiResponse. messagesprotected MessagesTypeCreateProfileResponse. messagesMethods in net.authorize.api.contract.v1 that return MessagesType Modifier and Type Method Description MessagesTypeObjectFactory. createMessagesType()Create an instance ofMessagesTypeMessagesTypeANetApiResponse. getMessages()Gets the value of the messages property.MessagesTypeCreateProfileResponse. getMessages()Gets the value of the messages property.Methods in net.authorize.api.contract.v1 with parameters of type MessagesType Modifier and Type Method Description voidANetApiResponse. setMessages(MessagesType value)Sets the value of the messages property.voidCreateProfileResponse. setMessages(MessagesType value)Sets the value of the messages property.
-