Uses of Enum
com.xero.models.bankfeeds.FeedConnection.StatusEnum
Packages that use FeedConnection.StatusEnum
-
Uses of FeedConnection.StatusEnum in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return FeedConnection.StatusEnumModifier and TypeMethodDescriptionstatic FeedConnection.StatusEnumfromValueFeedConnection.getStatus()the current status of the feed connectionstatic FeedConnection.StatusEnumReturns the enum constant of this type with the specified name.static FeedConnection.StatusEnum[]FeedConnection.StatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.bankfeeds with parameters of type FeedConnection.StatusEnumModifier and TypeMethodDescriptionvoidFeedConnection.setStatus(FeedConnection.StatusEnum status) the current status of the feed connectionFeedConnection.status(FeedConnection.StatusEnum status) the current status of the feed connection