Klasse GetPoliciesOperationSpec.GetPoliciesOperationSpecBuilder

java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetPoliciesOperationSpec.GetPoliciesOperationSpecBuilder
Umschließende Klasse:
GetPoliciesOperationSpec

public static class GetPoliciesOperationSpec.GetPoliciesOperationSpecBuilder extends Object
  • Methodendetails

    • policyIds

      public GetPoliciesOperationSpec.GetPoliciesOperationSpecBuilder policyIds(@Nullable @Nullable String policyIds)
      This query parameter is used to retrieve policy details of particular set of policies. The policy IDs need to be separated using ',' to specify more than one policy id
      Gibt zurück:
      this.
    • stage

      public GetPoliciesOperationSpec.GetPoliciesOperationSpecBuilder stage(@Nullable @Nullable String stage)
      This query parameter is used to retrieve the Threat Protection policies created in API Gateway. The value of this query parameter should be threat protection, if other values specified it wont respect that value and return all the policies in the API Gateway
      Gibt zurück:
      this.
    • policyType

      public GetPoliciesOperationSpec.GetPoliciesOperationSpecBuilder policyType(@Nullable @Nullable String policyType)
      This query parameter is used to retrieve policy details for a list of policies of a particular policy type. The policy type can be template or global. If the policy type is template then policy details of all the policy templates is returned. If the policy type is global then the policy details of global policies is returned.If any other policy type is specified all policies are returned
      Gibt zurück:
      this.
    • build

      public GetPoliciesOperationSpec build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object