Interface DetectProfileObjectTypeResponse.Builder

    • Method Detail

      • detectedProfileObjectTypes

        DetectProfileObjectTypeResponse.Builder detectedProfileObjectTypes​(Collection<DetectedProfileObjectType> detectedProfileObjectTypes)

        Detected ProfileObjectType mappings from given objects. A maximum of one mapping is supported.

        Parameters:
        detectedProfileObjectTypes - Detected ProfileObjectType mappings from given objects. A maximum of one mapping is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • detectedProfileObjectTypes

        DetectProfileObjectTypeResponse.Builder detectedProfileObjectTypes​(DetectedProfileObjectType... detectedProfileObjectTypes)

        Detected ProfileObjectType mappings from given objects. A maximum of one mapping is supported.

        Parameters:
        detectedProfileObjectTypes - Detected ProfileObjectType mappings from given objects. A maximum of one mapping is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.