Class ImmutableOutputDataMessageListInternal.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Creates a builder for ImmutableOutputDataMessageListInternal instances.
         new ImmutableOutputDataMessageListInternal.Builder()
            .messages(com.telenordigital.nbiot.OutputDataMessageInternal) // required messages
            .build();
         
    • Method Detail

      • from

        public final ImmutableOutputDataMessageListInternal.Builder from​(com.telenordigital.nbiot.OutputDataMessageInternal.OutputDataMessageListInternal instance)
        Fill a builder with attribute values from the provided OutputDataMessageListInternal instance. Regular attribute values will be replaced with those from the given instance. Absent optional values will not replace present values.
        Parameters:
        instance - The instance from which to copy values
        Returns:
        this builder for use in a chained invocation
      • messages

        public final ImmutableOutputDataMessageListInternal.Builder messages​(com.telenordigital.nbiot.OutputDataMessageInternal... messages)
        Initializes the value for the messages attribute.
        Parameters:
        messages - The elements for messages
        Returns:
        this builder for use in a chained invocation