Uses of Enum Class
org.bedework.synch.wsmessages.SynchDirectionType
Packages that use SynchDirectionType
-
Uses of SynchDirectionType in org.bedework.synch.wsmessages
Fields in org.bedework.synch.wsmessages declared as SynchDirectionTypeModifier and TypeFieldDescriptionprotected SynchDirectionTypeSubscribeRequestType.directionprotected SynchDirectionTypeSubscriptionStatusResponseType.directionMethods in org.bedework.synch.wsmessages that return SynchDirectionTypeModifier and TypeMethodDescriptionstatic SynchDirectionTypeSubscribeRequestType.getDirection()Gets the value of the direction property.SubscriptionStatusResponseType.getDirection()Gets the value of the direction property.static SynchDirectionTypeReturns the enum constant of this class with the specified name.static SynchDirectionType[]SynchDirectionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bedework.synch.wsmessages with parameters of type SynchDirectionTypeModifier and TypeMethodDescriptionvoidSubscribeRequestType.setDirection(SynchDirectionType value) Sets the value of the direction property.voidSubscriptionStatusResponseType.setDirection(SynchDirectionType value) Sets the value of the direction property.