Class MemberRegistrationDeclined.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class MemberRegistrationDeclined.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for MemberRegistrationDeclined instances.

    • Constructor Detail

    • Method Detail

      • getDeclinedMember

         HoldingIdentity getDeclinedMember()

        Gets the value of the 'declinedMember' field. Holding identity of the member who was declined. Note: Holding identity was provided by member and maybe not be valid.

      • getDeclinedMemberBuilder

         HoldingIdentity.Builder getDeclinedMemberBuilder()

        Gets the Builder instance for the 'declinedMember' field and creates one if it doesn't exist yet. Holding identity of the member who was declined. Note: Holding identity was provided by member and maybe not be valid.

      • hasDeclinedMember

         boolean hasDeclinedMember()

        Checks whether the 'declinedMember' field has been set. Holding identity of the member who was declined. Note: Holding identity was provided by member and maybe not be valid.

      • hasDeclinedMemberBuilder

         boolean hasDeclinedMemberBuilder()

        Checks whether the 'declinedMember' field has an active Builder instance Holding identity of the member who was declined. Note: Holding identity was provided by member and maybe not be valid.