Class AccountInventoryIdentityProjection

  • Direct Known Subclasses:
    AccountInventory

    public class AccountInventoryIdentityProjection
    extends MorpheusModel
    Represents ansible inventory files. This is the identity projection class that is used for syncing inventory.
    Since:
    0.8.0
    See Also:
    AccountInventory
    • Field Detail

      • externalId

        protected java.lang.String externalId
    • Constructor Detail

      • AccountInventoryIdentityProjection

        public AccountInventoryIdentityProjection()
    • Method Detail

      • getExternalId

        public java.lang.String getExternalId()
        Gets the external id associated with this inventory. This is typically the unique id of the inventory on the remote integration
        Returns:
        the external id
      • setExternalId

        public void setExternalId​(java.lang.String externalId)
        Sets the external id on the inventory based on the passed id. Typically this would be done in a sync job
        Parameters:
        externalId - the external reference id of the inventory file