Uses of Enum Class
org.projecthusky.communication.ch.ppq.api.PrivacyPolicyFeed.PpfMethod
Packages that use PrivacyPolicyFeed.PpfMethod
Package
Description
-
Uses of PrivacyPolicyFeed.PpfMethod in org.projecthusky.communication.ch.ppq.api
Methods in org.projecthusky.communication.ch.ppq.api that return PrivacyPolicyFeed.PpfMethodModifier and TypeMethodDescriptionPrivacyPolicyFeed.getMethod()
Method to get the defined PrivacyPolicyFeed method. Methode um die Methode des PrivacyPolicyFeed zu erhalten.PrivacyPolicyFeedResponse.getMethod()
Method to get the method of the response. Methode um die Methode des Requests zu erhalten.static PrivacyPolicyFeed.PpfMethod
Returns the enum constant of this class with the specified name.static PrivacyPolicyFeed.PpfMethod[]
PrivacyPolicyFeed.PpfMethod.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.projecthusky.communication.ch.ppq.api with parameters of type PrivacyPolicyFeed.PpfMethodModifier and TypeMethodDescriptionPrivacyPolicyFeedBuilder.method
(PrivacyPolicyFeed.PpfMethod aMethod) Method to set the method of the PrivacyPolicyFeedResponse to be build. Methode um eine Methode dem PrivacyPolicyFeedResponse hinzuzufügen.PrivacyPolicyFeedResponseBuilder.method
(PrivacyPolicyFeed.PpfMethod aMethod) Method to set the method of the PrivacyPolicyFeedResponse to be build. Methode um eine Methode dem PrivacyPolicyFeedResponse hinzuzufügen. -
Uses of PrivacyPolicyFeed.PpfMethod in org.projecthusky.communication.ch.ppq.impl
Methods in org.projecthusky.communication.ch.ppq.impl that return PrivacyPolicyFeed.PpfMethodModifier and TypeMethodDescriptionPrivacyPolicyFeedImpl.getMethod()
PrivacyPolicyFeedResponseImpl.getMethod()
Methods in org.projecthusky.communication.ch.ppq.impl with parameters of type PrivacyPolicyFeed.PpfMethodModifier and TypeMethodDescriptionPrivacyPolicyFeedBuilderImpl.method
(PrivacyPolicyFeed.PpfMethod aMethod) PrivacyPolicyFeedResponseBuilderImpl.method
(PrivacyPolicyFeed.PpfMethod aMethod) void
PrivacyPolicyFeedResponseImpl.setMethod
(PrivacyPolicyFeed.PpfMethod aMethod) Method to set the method. Methode um die Methode zu setzen.Constructors in org.projecthusky.communication.ch.ppq.impl with parameters of type PrivacyPolicyFeed.PpfMethodModifierConstructorDescriptionprotected
PrivacyPolicyFeedImpl
(PrivacyPolicyFeed.PpfMethod ppfMethod, org.opensaml.saml.saml2.core.Assertion aInternalObject)