Class AvailabilityConfiguration

    • Method Detail

      • domainName

        public final String domainName()

        Displays the domain to which the provider applies.

        Returns:
        Displays the domain to which the provider applies.
      • ewsProvider

        public final RedactedEwsAvailabilityProvider ewsProvider()

        If ProviderType is EWS, then this field contains RedactedEwsAvailabilityProvider. Otherwise, it is not required.

        Returns:
        If ProviderType is EWS, then this field contains RedactedEwsAvailabilityProvider. Otherwise, it is not required.
      • lambdaProvider

        public final LambdaAvailabilityProvider lambdaProvider()

        If ProviderType is LAMBDA then this field contains LambdaAvailabilityProvider. Otherwise, it is not required.

        Returns:
        If ProviderType is LAMBDA then this field contains LambdaAvailabilityProvider. Otherwise, it is not required.
      • dateCreated

        public final Instant dateCreated()

        The date and time at which the availability configuration was created.

        Returns:
        The date and time at which the availability configuration was created.
      • dateModified

        public final Instant dateModified()

        The date and time at which the availability configuration was last modified.

        Returns:
        The date and time at which the availability configuration was last modified.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)