Package com.oracle.bmc.devops.requests
Enum GetRepositoryRequest.Fields
- java.lang.Object
- 
- java.lang.Enum<GetRepositoryRequest.Fields>
- 
- com.oracle.bmc.devops.requests.GetRepositoryRequest.Fields
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<GetRepositoryRequest.Fields>
 - Enclosing class:
- GetRepositoryRequest
 
 public static enum GetRepositoryRequest.Fields extends Enum<GetRepositoryRequest.Fields> implements BmcEnum Fields parameter can contain multiple flags useful in deciding the API functionality.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description BranchCountCommitCountSizeInBytes
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetRepositoryRequest.Fieldscreate(String key)StringgetValue()static GetRepositoryRequest.FieldsvalueOf(String name)Returns the enum constant of this type with the specified name.static GetRepositoryRequest.Fields[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
BranchCountpublic static final GetRepositoryRequest.Fields BranchCount 
 - 
CommitCountpublic static final GetRepositoryRequest.Fields CommitCount 
 - 
SizeInBytespublic static final GetRepositoryRequest.Fields SizeInBytes 
 
- 
 - 
Method Detail- 
valuespublic static GetRepositoryRequest.Fields[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GetRepositoryRequest.Fields c : GetRepositoryRequest.Fields.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static GetRepositoryRequest.Fields valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static GetRepositoryRequest.Fields create(String key) 
 
- 
 
-