Class Responsibilities.Builder

  • Enclosing class:
    Responsibilities

    public static final class Responsibilities.Builder
    extends java.lang.Object
    • Method Detail

      • isController

        public Responsibilities.Builder isController​(boolean isController)
        Indicates whether this individual has significant management responsibilities within the business.
      • isController

        public Responsibilities.Builder isController​(java.util.Optional<java.lang.Boolean> isController)
        Indicates whether this individual has significant management responsibilities within the business.
      • isOwner

        public Responsibilities.Builder isOwner​(boolean isOwner)
        If `true`, this field indicates that the individual has a business ownership stake of at least 25% in the business. If the representative does not own at least 25% of the business, this field should be `false`.
      • isOwner

        public Responsibilities.Builder isOwner​(java.util.Optional<java.lang.Boolean> isOwner)
        If `true`, this field indicates that the individual has a business ownership stake of at least 25% in the business. If the representative does not own at least 25% of the business, this field should be `false`.
      • ownershipPercentage

        public Responsibilities.Builder ownershipPercentage​(long ownershipPercentage)
        The percentage of ownership this individual has in the business (required if `isOwner` is `true`).
      • ownershipPercentage

        public Responsibilities.Builder ownershipPercentage​(java.util.Optional<java.lang.Long> ownershipPercentage)
        The percentage of ownership this individual has in the business (required if `isOwner` is `true`).