Uses of Enum Class
org.bedework.synch.wsmessages.SynchEndType
Packages that use SynchEndType
-
Uses of SynchEndType in org.bedework.synch.wsmessages
Fields in org.bedework.synch.wsmessages declared as SynchEndTypeMethods in org.bedework.synch.wsmessages that return SynchEndTypeModifier and TypeMethodDescriptionstatic SynchEndType
ActiveSubscriptionRequestType.getEnd()
Gets the value of the end property.static SynchEndType
Returns the enum constant of this class with the specified name.static SynchEndType[]
SynchEndType.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 SynchEndTypeModifier and TypeMethodDescriptionvoid
ActiveSubscriptionRequestType.setEnd
(SynchEndType value) Sets the value of the end property.