Interface SnapshotApplySettings


public interface SnapshotApplySettings
Represents settings used when applying a ClaimSnapshot.
  • Method Details

    • getClaimApplyType

      ApplyType getClaimApplyType()
      Gets the claim ApplyType.
      Returns:
      The claim apply type
    • getOptionApplyType

      ApplyType getOptionApplyType()
      Gets the option ApplyType.
      Returns:
      The option apply type
    • getPermissionApplyType

      ApplyType getPermissionApplyType()
      Gets the permission ApplyType.
      Returns:
      The permission apply type
    • getTrustApplyType

      ApplyType getTrustApplyType()
      Gets the trust ApplyType.
      Returns:
      The trust apply type
    • setClaimApplyType

      void setClaimApplyType(ApplyType type)
      Sets the claim ApplyType.
      Parameters:
      type - The claim apply type
    • setOptionApplyType

      void setOptionApplyType(ApplyType type)
      Sets the option ApplyType.
      Parameters:
      type - The option apply type
    • setPermissionApplyType

      void setPermissionApplyType(ApplyType type)
      Sets the permission ApplyType.
      Parameters:
      type - The permission apply type
    • setTrustApplyType

      void setTrustApplyType(ApplyType type)
      Sets the trust ApplyType.
      Parameters:
      type - The trust apply type
    • builder