Uses of Class
com.xero.models.bankfeeds.FeedConnection.StatusEnum
-
Packages that use FeedConnection.StatusEnum Package Description com.xero.models.bankfeeds -
-
Uses of FeedConnection.StatusEnum in com.xero.models.bankfeeds
Methods in com.xero.models.bankfeeds that return FeedConnection.StatusEnum Modifier and Type Method Description static FeedConnection.StatusEnumFeedConnection.StatusEnum. fromValue(String value)fromValueFeedConnection.StatusEnumFeedConnection. getStatus()the current status of the feed connectionstatic FeedConnection.StatusEnumFeedConnection.StatusEnum. valueOf(String name)Returns 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.StatusEnum Modifier and Type Method Description voidFeedConnection. setStatus(FeedConnection.StatusEnum status)the current status of the feed connectionFeedConnectionFeedConnection. status(FeedConnection.StatusEnum status)the current status of the feed connection
-