public class ObjectIdentifier extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectIdentifier(String collection,
String identifier) |
protected |
ObjectIdentifier(String vault,
String collection,
String name) |
protected |
ObjectIdentifier(String vault,
String collection,
String name,
String version) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseIdentifier()
The base identifier for an object, does not include the object version.
|
String |
getIdentifier()
The identifier for an object, includes the objects version.
|
String |
getName()
The name of the object.
|
String |
getVault()
The vault containing the object
|
String |
getVersion()
The version of the object.
|
protected static boolean |
isObjectIdentifier(String collection,
String identifier) |
String |
toString() |
protected ObjectIdentifier(String vault, String collection, String name, String version)
protected static boolean isObjectIdentifier(String collection, String identifier)
public String getBaseIdentifier()
public String getIdentifier()
public String getName()
public String getVault()
public String getVersion()
/**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/