Class AvailableContactsInner

java.lang.Object
com.azure.resourcemanager.orbital.fluent.models.AvailableContactsInner

public final class AvailableContactsInner extends Object
Customer retrieves list of Available Contacts for a spacecraft resource. Later, one of the available contact can be selected to create a contact.
  • Constructor Details

    • AvailableContactsInner

      public AvailableContactsInner()
  • Method Details

    • spacecraft

      public AvailableContactsSpacecraft spacecraft()
      Get the spacecraft property: The reference to the spacecraft resource.
      Returns:
      the spacecraft value.
    • withSpacecraft

      public AvailableContactsInner withSpacecraft(AvailableContactsSpacecraft spacecraft)
      Set the spacecraft property: The reference to the spacecraft resource.
      Parameters:
      spacecraft - the spacecraft value to set.
      Returns:
      the AvailableContactsInner object itself.
    • groundStationName

      public String groundStationName()
      Get the groundStationName property: Name of Azure Ground Station.
      Returns:
      the groundStationName value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.