com.yahoo.elide.async.models.PrincipalOwned Maven / Gradle / Ivy
/*
* Copyright 2020, Yahoo Inc.
* Licensed under the Apache License, Version 2.0
* See LICENSE file in project root for terms.
*/
package com.yahoo.elide.async.models;
/**
* Get principal owner name interface.
*/
public interface PrincipalOwned {
public String getPrincipalName();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy